|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.dispatch.FilterMapper
public class FilterMapper
Manages dispatching: servlets and filters.
Constructor Summary | |
---|---|
FilterMapper()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterMapper()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |