|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.dispatch.FilterManager
public class FilterManager
Manages the servlets.
| Constructor Summary | |
|---|---|
FilterManager()
|
|
| Method Summary | |
|---|---|
void |
addFilter(FilterConfigImpl config)
Adds a filter to the filter manager. |
Filter |
createFilter(java.lang.String filterName)
Instantiates a filter given its configuration. |
void |
destroy()
|
FilterConfigImpl |
getFilter(java.lang.String filterName)
Adds a filter to the filter manager. |
void |
init()
Initialize filters that need starting at server start. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterManager()
| Method Detail |
|---|
public void addFilter(FilterConfigImpl config)
public FilterConfigImpl getFilter(java.lang.String filterName)
public void init()
public Filter createFilter(java.lang.String filterName)
throws ServletException
filterName - the filter
ServletExceptionpublic void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||