public class ActionEntry extends Object
Constructor and Description |
---|
ActionEntry(Method method) |
ActionEntry(String name,
Annotation[] annotation,
Class<?> controllerClass,
Class<?>[] exceptionTypes,
Type[] genericParameterTypes,
Class<?>[] parameterTypes,
Class<?> returnType,
Annotation[][] parameterAnnotations,
String view,
String dispatcher,
ResultActionEntry resulrAction,
boolean abstractAction) |
public ActionEntry(Method method)
public ActionEntry(String name, Annotation[] annotation, Class<?> controllerClass, Class<?>[] exceptionTypes, Type[] genericParameterTypes, Class<?>[] parameterTypes, Class<?> returnType, Annotation[][] parameterAnnotations, String view, String dispatcher, ResultActionEntry resulrAction, boolean abstractAction)
public boolean isAnnotationPresent(Class<? extends Annotation> annotation)
public <T> T getAnnotation(Class<T> annotation)
public String getName()
public void setName(String name)
public Annotation[] getAnnotation()
public void setAnnotation(Annotation[] annotation)
public void setExceptionTypes(Class<?>[] exceptionTypes)
public Class<?>[] getExceptionTypes()
public Class<?> getControllerClass()
public void setControllerClass(Class<?> controllerClass)
public Type[] getGenericParameterTypes()
public void setGenericParameterTypes(Type[] genericTypes)
public Class<?>[] getParameterTypes()
public void setParameterTypes(Class<?>[] parameterTypes)
public Annotation[][] getParameterAnnotations()
public void setParameterAnnotations(Annotation[][] parameterAnnotations)
@Deprecated public String getView()
@Deprecated public void setView(String view)
@Deprecated public String getDispatcher()
@Deprecated public void setDispatcher(String dispatcher)
public boolean isAbstractAction()
public void setAbstractAction(boolean abstractAction)
public Class<?> getReturnType()
public void setReturnType(Class<?> returnType)
public ResultActionEntry getResultAction()
public void setResultAction(ResultActionEntry resultAction)
Copyright © 2018 Brandao. All rights reserved.