Interface IFilterMapping
- 
 public interface IFilterMapping
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.servlet.DispatcherType[]getDispatchMode()IFilterConfiggetFilterConfig()Returns the filterConfig.intgetMappingType()IServletConfiggetServletConfig()java.lang.StringgetUrlPattern()Returns the urlPattern.voidsetDispatchMode(javax.servlet.DispatcherType[] dispatchMode)Sets the dispatchMode.voidsetFilterConfig(IFilterConfig filterConfig)Sets the filterConfig.voidsetUrlPattern(java.lang.String filterURI)Sets the urlPattern.
 
- 
- 
- 
Method Detail- 
getMappingTypeint getMappingType() 
 - 
getFilterConfigIFilterConfig getFilterConfig() Returns the filterConfig.- Returns:
- FilterConfig
 
 - 
getUrlPatternjava.lang.String getUrlPattern() Returns the urlPattern.- Returns:
- String
 
 - 
setFilterConfigvoid setFilterConfig(IFilterConfig filterConfig) Sets the filterConfig.- Parameters:
- filterConfig- The filterConfig to set
 
 - 
setUrlPatternvoid setUrlPattern(java.lang.String filterURI) Sets the urlPattern.- Parameters:
- urlPattern- The urlPattern to set
 
 - 
getServletConfigIServletConfig getServletConfig() 
 - 
getDispatchModejavax.servlet.DispatcherType[] getDispatchMode() - Returns:
- DispatcherType[]
 
 - 
setDispatchModevoid setDispatchMode(javax.servlet.DispatcherType[] dispatchMode) Sets the dispatchMode.- Parameters:
- dispatchMode- The dispatchMode to set
 
 
- 
 
-