|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.dispatch.FilterChainBuilder
public abstract class FilterChainBuilder
A factory for filter chains
| Constructor Summary | |
|---|---|
FilterChainBuilder()
|
|
| Method Summary | |
|---|---|
abstract FilterChain |
build(FilterChain next,
Invocation invocation)
Builds a filter chain dynamically based on the invocation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterChainBuilder()
| Method Detail |
|---|
public abstract FilterChain build(FilterChain next,
Invocation invocation)
next - 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 | |||||||||