this.handlerInfos = handlerInfos;
HandlerChain hc = new HandlerChainImpl(handlerInfos); hc.setRoles(getRoles()); return hc;
return this.handlerInfos;
return _roles;
// DO SOMETHING WITH THIS
_roles = roles;