@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 ResourceActionpublic Object invoke(Object source, Object[] args) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
invoke in interface ResourceActionIllegalAccessExceptionIllegalArgumentExceptionInvocationTargetExceptionpublic Class<?> getResourceClass()
getResourceClass in interface ResourceActionpublic Method getMethod()
getMethod in interface ResourceActionpublic Class<?> returnType()
returnType in interface ResourceActionpublic Class<?>[] getParametersType()
getParametersType in interface ResourceActionpublic boolean isAbstract()
isAbstract in interface ResourceActionpublic Action getMethodForm()
getMethodForm in interface ResourceActionpublic DataTypeMap getRequestTypes()
getRequestTypes in interface ResourceActionpublic DataTypeMap getResponseTypes()
getResponseTypes in interface ResourceActionCopyright © 2026 Brandao. All rights reserved.