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