public class BaseActionSignature extends Object implements ActionSignature
| Modifier and Type | Field and Description | 
|---|---|
protected static org.slf4j.Logger | 
logger  | 
| Constructor and Description | 
|---|
BaseActionSignature(int fastIndex,
                   String methodName,
                   Class<?>[] paramTypes,
                   Annotation[][] paramAnnotations)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
fastIndex()  | 
Object[] | 
getArgs(Map<String,?> parametersMap,
       InputStream servletInputStream)  | 
List<Class<?>> | 
getInterceptorClasses(ControllerDatabase controllerDb,
                     Class<?> controllerClass,
                     String action)  | 
String | 
methodName()  | 
Class<?>[] | 
parameterTypes()  | 
public BaseActionSignature(int fastIndex,
                   String methodName,
                   Class<?>[] paramTypes,
                   Annotation[][] paramAnnotations)
public String methodName()
methodName in interface ActionSignaturepublic Class<?>[] parameterTypes()
parameterTypes in interface ActionSignaturepublic int fastIndex()
fastIndex in interface ActionSignaturepublic List<Class<?>> getInterceptorClasses(ControllerDatabase controllerDb, Class<?> controllerClass, String action)
getInterceptorClasses in interface ActionSignaturepublic Object[] getArgs(Map<String,?> parametersMap, InputStream servletInputStream)
getArgs in interface ActionSignatureCopyright © 2011-2012 MojaveMVC.org