|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.dispatch.FilterChainBuilder
com.caucho.server.dispatch.FilterChainFilterBuilder
public class FilterChainFilterBuilder
A filter chain factory which adds a filter.
| Constructor Summary | |
|---|---|
FilterChainFilterBuilder()
Adds a filter to the chain. |
|
FilterChainFilterBuilder(Filter filter)
Adds a filter to the chain. |
|
| Method Summary | |
|---|---|
FilterChain |
build(FilterChain next,
Invocation invocation)
Builds a filter chain dynamically based on the invocation. |
Filter |
getFilter()
Returns the filter. |
void |
setFilter(Filter filter)
Sets the filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterChainFilterBuilder()
public FilterChainFilterBuilder(Filter filter)
| Method Detail |
|---|
public Filter getFilter()
public void setFilter(Filter filter)
public FilterChain build(FilterChain next,
Invocation invocation)
build in class FilterChainBuildernext - the next filter in the chain.invocation - the request's invocation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||