jodd.madvoc
Class ActionConfig

java.lang.Object
  extended by jodd.madvoc.ActionConfig

public class ActionConfig
extends java.lang.Object

Action configuration and shared run-time data, used internally.


Field Summary
 java.lang.Class actionClass
           
 java.lang.reflect.Method actionMethod
           
 java.lang.String actionPath
           
 java.lang.String classActionPath
           
 java.lang.String extension
           
 boolean initialized
           
 java.lang.Class<? extends ActionInterceptor>[] interceptorClasses
           
 ActionInterceptor[] interceptors
           
 java.lang.String methodActionPath
           
 int usageCount
           
 
Constructor Summary
ActionConfig()
           
 
Method Summary
 java.lang.String getActionString()
          Returns action string in form 'actionClass.actionMethod'.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

actionClass

public java.lang.Class actionClass

classActionPath

public java.lang.String classActionPath

actionMethod

public java.lang.reflect.Method actionMethod

methodActionPath

public java.lang.String methodActionPath

extension

public java.lang.String extension

interceptorClasses

public java.lang.Class<? extends ActionInterceptor>[] interceptorClasses

initialized

public boolean initialized

actionPath

public java.lang.String actionPath

interceptors

public ActionInterceptor[] interceptors

usageCount

public int usageCount
Constructor Detail

ActionConfig

public ActionConfig()
Method Detail

getActionString

public java.lang.String getActionString()
Returns action string in form 'actionClass.actionMethod'.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright ©2008 Jodd Team