|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.madvoc.ActionConfig
public class ActionConfig
Action configuration and shared run-time data, used internally.
| Field Summary | |
|---|---|
java.lang.Class |
actionClass
|
java.lang.reflect.Method |
actionClassMethod
|
protected ActionConfigSet |
actionConfigSet
|
java.lang.String |
actionMethod
|
java.lang.String |
actionPath
|
java.lang.String |
actionPathExtension
|
boolean |
initialized
|
java.lang.Class<? extends ActionInterceptor>[] |
interceptorClasses
|
ActionInterceptor[] |
interceptors
|
boolean |
pathEndsWithExtension
|
| Constructor Summary | |
|---|---|
ActionConfig(java.lang.Class actionClass,
java.lang.reflect.Method actionClassMethod,
java.lang.Class<? extends ActionInterceptor>[] interceptors,
java.lang.String actionPath,
java.lang.String actionMethod,
java.lang.String actionPathExtension)
|
|
| Method Summary | |
|---|---|
java.lang.Class |
getActionClass()
Returns action class. |
java.lang.reflect.Method |
getActionClassMethod()
Returns action class method. |
ActionConfigSet |
getActionConfigSet()
|
java.lang.String |
getActionMethod()
Returns action method. |
java.lang.String |
getActionPath()
Returns action path. |
java.lang.String |
getActionPathExtension()
Returns action path extension. |
java.lang.String |
getActionString()
Returns action string in form 'actionClass#actionMethod'. |
java.lang.Class<? extends ActionInterceptor>[] |
getInterceptorClasses()
Returns interceptors classes. |
ActionInterceptor[] |
getInterceptors()
Returns interceptor instances. |
void |
initialized()
Marks configuration as initialized. |
boolean |
isInitialized()
Returns true if class is initialized. |
boolean |
isPathEndsWithExtension()
Returns true if action path
ends with action path extension. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.Class actionClass
public final java.lang.reflect.Method actionClassMethod
public final java.lang.String actionPath
public final java.lang.String actionMethod
public final java.lang.String actionPathExtension
public final boolean pathEndsWithExtension
public final java.lang.Class<? extends ActionInterceptor>[] interceptorClasses
protected ActionConfigSet actionConfigSet
public boolean initialized
public ActionInterceptor[] interceptors
| Constructor Detail |
|---|
public ActionConfig(java.lang.Class actionClass,
java.lang.reflect.Method actionClassMethod,
java.lang.Class<? extends ActionInterceptor>[] interceptors,
java.lang.String actionPath,
java.lang.String actionMethod,
java.lang.String actionPathExtension)
| Method Detail |
|---|
public java.lang.Class getActionClass()
public java.lang.reflect.Method getActionClassMethod()
public java.lang.String getActionPath()
public java.lang.String getActionPathExtension()
public boolean isPathEndsWithExtension()
true if action path
ends with action path extension.
public java.lang.String getActionMethod()
public java.lang.Class<? extends ActionInterceptor>[] getInterceptorClasses()
public boolean isInitialized()
true if class is initialized.
public void initialized()
public ActionInterceptor[] getInterceptors()
public ActionConfigSet getActionConfigSet()
public java.lang.String getActionString()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||