Package org.jboss.as.server.mgmt.domain
Interface ExtensibleHttpManagement.PathRemapper
- Enclosing interface:
- ExtensibleHttpManagement
public static interface ExtensibleHttpManagement.PathRemapper
Converts a
context relative path to a
path appropriate for use with the /management context. The context portion of
the path is not involved.-
Method Summary
-
Method Details
-
remapPath
ConvertsoriginalPathto a path appropriate for use with the/managementcontext. The context portion of the path is not involved.- Parameters:
originalPath- the original request path, relative to the context- Returns:
- the remapped path, which should be relative to the target context
-