@Deprecated public interface QueryAwareVirtualURIMapping extends VirtualURIMapping
VirtualURIManager
and
VirtualUriFilter
to transform incoming URI requests with query string.VirtualURIMapping.MappingResult
Modifier and Type | Method and Description |
---|---|
VirtualURIMapping.MappingResult |
mapURI(String uri,
String queryString)
Deprecated.
Maps an incoming URI and queryString to a new target URI.
|
isValid, mapURI
VirtualURIMapping.MappingResult mapURI(String uri, String queryString)
VirtualURIMapping.MappingResult
describing the new
URI and the level of match. The new URI can be prefixed with "redirect:", "permanent:" or "forward:" to trigger
either a temporary redirect, a permanent redirect or a forward respectively. For redirects the URI can be
absolute or relative within the web application (the context path is added automatically). If the mapping does
not apply to the input URI this method returns null.uri
- the URI of the current request, decoded and without the context pathqueryString
- the Query String of the current requestVirtualURIMapping.MappingResult
with the target URI and level or null if the mapping doesn't applyCopyright © 2003–2018 Magnolia International Ltd.. All rights reserved.