public class HandlerAnnotationInfo extends Object
HandlerAnnotationProcessor| Constructor and Description |
|---|
HandlerAnnotationInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<Handler> |
getHandlers()
Return the handlers specified by the handler chain descriptor.
|
Set<String> |
getRoles()
Return the roles contained in the handler chain descriptor.
|
void |
setHandlers(List<Handler> handlers)
This method should only be called by HandlerAnnotationProcessor.
|
void |
setRoles(Set<String> roles)
This method should only be called by HandlerAnnotationProcessor.
|
public List<Handler> getHandlers()
public void setHandlers(List<Handler> handlers)
handlers - The handlers specified by the handler chain descriptor.public Set<String> getRoles()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.