public class HandlerInfoChainFactory extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String[] |
_roles |
protected List |
handlerInfos |
Constructor and Description |
---|
HandlerInfoChainFactory() |
HandlerInfoChainFactory(List handlerInfos) |
Modifier and Type | Method and Description |
---|---|
HandlerChain |
createHandlerChain() |
List |
getHandlerInfos() |
String[] |
getRoles() |
void |
init(Map map) |
void |
setRoles(String[] roles) |
public HandlerInfoChainFactory()
public HandlerInfoChainFactory(List handlerInfos)
public List getHandlerInfos()
public HandlerChain createHandlerChain()
public String[] getRoles()
public void setRoles(String[] roles)
public void init(Map map)
Copyright © The Apache Software Foundation. All Rights Reserved.