public class RunAsAnnotationHandler extends AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
Modifier and Type | Field and Description |
---|---|
protected WebAppContext |
_context |
Constructor and Description |
---|
RunAsAnnotationHandler(WebAppContext wac) |
Modifier and Type | Method and Description |
---|---|
void |
doHandle(Class clazz) |
void |
handleField(String className,
String fieldName,
int access,
String fieldType,
String signature,
Object value,
String annotation) |
void |
handleMethod(String className,
String methodName,
int access,
String params,
String signature,
String[] exceptions,
String annotation) |
handle
protected WebAppContext _context
public RunAsAnnotationHandler(WebAppContext wac)
public void doHandle(Class clazz)
doHandle
in class AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
public void handleField(String className, String fieldName, int access, String fieldType, String signature, Object value, String annotation)
Copyright © 1995-2015 Webtide. All Rights Reserved.