public class RolesRequiredHandler extends Object implements AnnotationHandler<RolesRequired>
| Constructor and Description |
|---|
RolesRequiredHandler() |
| Modifier and Type | Method and Description |
|---|---|
Class<RolesRequired> |
handles() |
int |
priority() |
void |
process(ClassContext context,
RolesRequired annotation,
HandlerChain chain) |
public Class<RolesRequired> handles()
handles in interface AnnotationHandler<RolesRequired>public int priority()
priority in interface org.ocpsoft.common.pattern.Weightedpublic void process(ClassContext context, RolesRequired annotation, HandlerChain chain)
process in interface AnnotationHandler<RolesRequired>Copyright © 2021 OCPsoft. All rights reserved.