Copyright © 2008, 2009 Pedro Agulló Soliveres

com.softwarementors.extjs.djn.config
Class RegisteredAction

java.lang.Object
  extended by com.softwarementors.extjs.djn.config.RegisteredAction

public class RegisteredAction
extends java.lang.Object


Method Summary
 java.lang.Class<?> getActionClass()
           
 RegisteredMethod getMethod(java.lang.String methodName)
           
 java.util.List<RegisteredMethod> getMethods()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getActionClass

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

getName

public java.lang.String getName()

getMethod

public RegisteredMethod getMethod(java.lang.String methodName)

getMethods

public java.util.List<RegisteredMethod> getMethods()

Copyright © 2008, 2009 Pedro Agulló Soliveres