public interface ResourceMapping extends ContextRelated
Resource mapping. Even if "resource handling" is perfomed by servlet container specific Servlet,
we don't extend ServletMapping because the servlet is provided by Pax Web itself. The most important field
is single path property, which is:
HttpService.registerResources(String, String, HttpContext)HttpWhiteboardConstants.HTTP_WHITEBOARD_RESOURCE_PREFIX service
registration propertyRelevant trackers take care to obtain required information carried by ResourceMapping.
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Alias for backward compatibility - effectively it's converted to one-element array of
getUrlPatterns() |
String |
getPath()
Getter.
|
String[] |
getUrlPatterns()
URL mappings according to Servlet Specificication.
|
getContextId, getContextSelectFilterString getAlias()
getUrlPatterns()String[] getUrlPatterns()
String getPath()
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.