|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.wurfl.core.handlers.classifiers.FilterChainFactory
public class FilterChainFactory
Factory used to build FilterChain.
| Constructor Summary | |
|---|---|
FilterChainFactory(HandlersFactory handlersFactory)
Build FilterChainFactory by HandlersFactory |
|
FilterChainFactory(Map handlers)
Build FiltersChainFactory by handlers Map. |
|
| Method Summary | |
|---|---|
FilterChain |
create()
Return held FilterChain instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterChainFactory(HandlersFactory handlersFactory)
handlersFactory - The HandlersFactory used to obtain handlers.public FilterChainFactory(Map handlers)
handlers - Map containig handlers and relative key.| Method Detail |
|---|
public FilterChain create()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||