com.meterware.servletunit
Class WebApplication.PartialMatchWebResourceMapping

java.lang.Object
com.meterware.servletunit.WebApplication.WebResourceMapping
com.meterware.servletunit.WebApplication.PartialMatchWebResourceMapping
- Enclosing class:
- WebApplication
- static class WebApplication.PartialMatchWebResourceMapping
- extends WebApplication.WebResourceMapping
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_prefix
private java.lang.String _prefix
WebApplication.PartialMatchWebResourceMapping
public WebApplication.PartialMatchWebResourceMapping(WebResourceConfiguration configuration,
java.lang.String prefix)
getServletPath
java.lang.String getServletPath(java.lang.String requestPath)
- Description copied from class:
WebApplication.WebResourceMapping
- Returns the portion of the request path which was actually used to select the servlet. This default
implementation returns the full specified path.
- Overrides:
getServletPath in class WebApplication.WebResourceMapping
getPathInfo
java.lang.String getPathInfo(java.lang.String requestPath)
- Description copied from class:
WebApplication.WebResourceMapping
- Returns the portion of the request path which was not used to select the servlet, and can be
used as data by the servlet. This default implementation returns null.
- Overrides:
getPathInfo in class WebApplication.WebResourceMapping
getConfiguration
WebResourceConfiguration getConfiguration()
destroyResource
public void destroyResource()