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