Interface IFilterMapping
public interface IFilterMapping
-
Method Summary
Modifier and TypeMethodDescriptionjavax.servlet.DispatcherType[]
Returns the filterConfig.int
Returns the urlPattern.void
setDispatchMode
(javax.servlet.DispatcherType[] dispatchMode) Sets the dispatchMode.void
setFilterConfig
(IFilterConfig filterConfig) Sets the filterConfig.void
setUrlPattern
(String filterURI) Sets the urlPattern.
-
Method Details
-
getMappingType
int getMappingType() -
getFilterConfig
IFilterConfig getFilterConfig()Returns the filterConfig.- Returns:
- FilterConfig
-
getUrlPattern
String getUrlPattern()Returns the urlPattern.- Returns:
- String
-
setFilterConfig
Sets the filterConfig.- Parameters:
filterConfig
- The filterConfig to set
-
setUrlPattern
Sets the urlPattern.- Parameters:
urlPattern
- The urlPattern to set
-
getServletConfig
IServletConfig getServletConfig() -
getDispatchMode
javax.servlet.DispatcherType[] getDispatchMode()- Returns:
- DispatcherType[]
-
setDispatchMode
void setDispatchMode(javax.servlet.DispatcherType[] dispatchMode) Sets the dispatchMode.- Parameters:
dispatchMode
- The dispatchMode to set
-