public interface IFilterMapping
Modifier and Type | Method and Description |
---|---|
javax.servlet.DispatcherType[] |
getDispatchMode() |
IFilterConfig |
getFilterConfig()
Returns the filterConfig.
|
int |
getMappingType() |
IServletConfig |
getServletConfig() |
java.lang.String |
getUrlPattern()
Returns the urlPattern.
|
void |
setDispatchMode(javax.servlet.DispatcherType[] dispatchMode)
Sets the dispatchMode.
|
void |
setFilterConfig(IFilterConfig filterConfig)
Sets the filterConfig.
|
void |
setUrlPattern(java.lang.String filterURI)
Sets the urlPattern.
|
int getMappingType()
IFilterConfig getFilterConfig()
java.lang.String getUrlPattern()
void setFilterConfig(IFilterConfig filterConfig)
filterConfig
- The filterConfig to setvoid setUrlPattern(java.lang.String filterURI)
urlPattern
- The urlPattern to setIServletConfig getServletConfig()
javax.servlet.DispatcherType[] getDispatchMode()
void setDispatchMode(javax.servlet.DispatcherType[] dispatchMode)
dispatchMode
- The dispatchMode to set