public class BasicPhasedHandlerChain extends BasicHandlerChain implements PhasedHandlerChain
PhasedHandlerChain.| Constructor and Description |
|---|
BasicPhasedHandlerChain()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Handler> |
getHandlers()
Get the modifiable list of handlers in the handler chain.
|
Map<String,HandlerChain> |
getPhaseChains()
Modifiable map of phase names to corresponding handler chains.
|
List<String> |
getPhaseOrder()
Get the order of phase invocation.
|
void |
setPhaseOrder(List<String> newPhaseOrder)
Set the order of phase invocation.
|
invokeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinvokepublic List<Handler> getHandlers()
getHandlers in interface HandlerChaingetHandlers in interface PhasedHandlerChaingetHandlers in class BasicHandlerChainpublic Map<String,HandlerChain> getPhaseChains()
getPhaseChains in interface PhasedHandlerChainpublic List<String> getPhaseOrder()
getPhaseOrder in interface PhasedHandlerChainpublic void setPhaseOrder(List<String> newPhaseOrder)
setPhaseOrder in interface PhasedHandlerChainnewPhaseOrder - a list of phase namesCopyright © 2018 JBoss by Red Hat. All rights reserved.