public class ControllerAnnotationAction extends Object implements AnnotationClassAction, AnnotationMethodAction
开发人员: renhui
开发时间: 2013-4-22
Constructor and Description |
---|
ControllerAnnotationAction() |
Modifier and Type | Method and Description |
---|---|
MappingModelManager |
getManager() |
<T> void |
process(Class<T> clazz,
Annotation annotation) |
<T> void |
process(Class<T> clazz,
Method method,
Annotation annotation) |
void |
setManager(MappingModelManager manager) |
public MappingModelManager getManager()
public void setManager(MappingModelManager manager)
public <T> void process(Class<T> clazz, Method method, Annotation annotation)
process
in interface AnnotationMethodAction
public <T> void process(Class<T> clazz, Annotation annotation)
process
in interface AnnotationClassAction
clazz
- 处理的对象的类型annotation
- 处理的注解Copyright © 2006–2018 TinyGroup. All rights reserved.