Copyright © 2008, 2009 Pedro Agulló Soliveres

com.softwarementors.extjs.djn.api
Class RegisteredMethod

java.lang.Object
  extended by com.softwarementors.extjs.djn.api.RegisteredMethod

public class RegisteredMethod
extends java.lang.Object


Method Summary
 RegisteredAction getAction()
           
 java.lang.Class<?> getActionClass()
           
 java.lang.String getActionName()
           
 int getClientParameterCount()
           
 boolean getFormHandler()
           
 java.lang.String getFullName()
           
 boolean getHandleDataAsJsonArray()
           
 java.lang.reflect.Method getMethod()
           
 java.lang.String getName()
           
 int getParameterCount()
           
 java.lang.Class<?>[] getParameterTypes()
           
 java.lang.Class<?> getReturnType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAction

public RegisteredAction getAction()

getName

public java.lang.String getName()

getMethod

public java.lang.reflect.Method getMethod()

getParameterTypes

public java.lang.Class<?>[] getParameterTypes()

getParameterCount

public int getParameterCount()

getReturnType

public java.lang.Class<?> getReturnType()

getFormHandler

public boolean getFormHandler()

getActionName

public java.lang.String getActionName()

getFullName

public java.lang.String getFullName()

getActionClass

public java.lang.Class<?> getActionClass()

getClientParameterCount

public int getClientParameterCount()

getHandleDataAsJsonArray

public boolean getHandleDataAsJsonArray()

Copyright © 2008, 2009 Pedro Agulló Soliveres