@Deprecated public class DefaultResourceMethod extends Object implements ResourceMethod
Constructor and Description |
---|
DefaultResourceMethod(Action method)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Controller |
getController()
Deprecated.
|
Method |
getMethod()
Deprecated.
|
Action |
getMethodForm()
Deprecated.
|
Class<?>[] |
getParametersType()
Deprecated.
|
DataTypeMap |
getRequestTypes()
Deprecated.
|
Class<?> |
getResourceClass()
Deprecated.
|
DataTypeMap |
getResponseTypes()
Deprecated.
|
Object |
invoke(Object source,
Object[] args)
Deprecated.
|
boolean |
isAbstract()
Deprecated.
|
Class<?> |
returnType()
Deprecated.
|
public DefaultResourceMethod(Action method)
public Controller getController()
getController
in interface ResourceAction
public Object invoke(Object source, Object[] args) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
invoke
in interface ResourceAction
IllegalAccessException
IllegalArgumentException
InvocationTargetException
public Class<?> getResourceClass()
getResourceClass
in interface ResourceAction
public Method getMethod()
getMethod
in interface ResourceAction
public Class<?> returnType()
returnType
in interface ResourceAction
public Class<?>[] getParametersType()
getParametersType
in interface ResourceAction
public boolean isAbstract()
isAbstract
in interface ResourceAction
public Action getMethodForm()
getMethodForm
in interface ResourceAction
public DataTypeMap getRequestTypes()
getRequestTypes
in interface ResourceAction
public DataTypeMap getResponseTypes()
getResponseTypes
in interface ResourceAction
Copyright © 2018 Brandao. All rights reserved.