public class FilterMapper
extends java.lang.Object
Constructor and Description |
---|
FilterMapper() |
Modifier and Type | Method and Description |
---|---|
void |
addFilterMapping(FilterMapping mapping)
Adds a filter mapping
|
void |
addTopFilter(FilterChainBuilder filterBuilder)
Adds a top-filter.
|
FilterChain |
buildDispatchChain(Invocation invocation,
FilterChain chain)
Fills in the invocation.
|
FilterChain |
buildFilterChain(FilterChain chain,
java.lang.String servletName)
Fills in the invocation.
|
FilterManager |
getFilterManager()
Returns the filter manager.
|
ServletContext |
getServletContext()
Gets the servlet context.
|
void |
setFilterManager(FilterManager manager)
Sets the filter manager.
|
void |
setServletContext(ServletContext servletContext)
Sets the servlet context.
|
public void setServletContext(ServletContext servletContext)
public ServletContext getServletContext()
public FilterManager getFilterManager()
public void setFilterManager(FilterManager manager)
public void addFilterMapping(FilterMapping mapping) throws ServletException
ServletException
public void addTopFilter(FilterChainBuilder filterBuilder)
public FilterChain buildDispatchChain(Invocation invocation, FilterChain chain) throws ServletException
ServletException
public FilterChain buildFilterChain(FilterChain chain, java.lang.String servletName) throws ServletException
ServletException