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