Package org.jboss.as.server.mgmt.domain
Interface ExtensibleHttpManagement.PathRemapper
-
- Enclosing interface:
- ExtensibleHttpManagement
public static interface ExtensibleHttpManagement.PathRemapperConverts acontext relative pathto a path appropriate for use with the/managementcontext. The context portion of the path is not involved.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringremapPath(String originalPath)ConvertsoriginalPathto a path appropriate for use with the/managementcontext.
-
-
-
Method Detail
-
remapPath
String remapPath(String originalPath)
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
-
-