Maps the given prefix to the given URI. @param prefix The prefix to map @param uri The URI to be associated with the given prefix
(String prefix, String uri)
| 459 | * @param uri The URI to be associated with the given prefix |
| 460 | */ |
| 461 | public void addPrefixMapping(String prefix, String uri) { |
| 462 | jspPrefixMapper.put(prefix, uri); |
| 463 | } |
| 464 | |
| 465 | /** |
| 466 | * Pushes the given URI onto the stack of URIs to which the given prefix is mapped. |
no test coverage detected