|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mentawai.core.ActionConfig
org.mentawai.core.ClassActionConfig
public class ClassActionConfig
A special ActionConfig that uses the class name as the action URL. If the action is for example: org.myapp.blablabla.MyAction The URL will be: /MyAction DEPRECATED: This class is being deprecated and its funcionality and logic is being incorporated by the superclass ActionConfig!
| Field Summary |
|---|
| Fields inherited from class org.mentawai.core.ActionConfig |
|---|
actionClass |
| Constructor Summary | |
|---|---|
ClassActionConfig(Class klass)
Deprecated. |
|
ClassActionConfig(Class klass,
String innerAction)
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class org.mentawai.core.ActionConfig |
|---|
addConsequence, addConsequence, addFilter, addFilter, addFilter, addFilter, addFilter, addFilterFirst, addFilterFirst, addFilterFirst, addFilterFirst, ajaxError, ajaxOk, catchAll, chainError, chainOk, filter, filter, filter, filter, filter, filterFirst, filterFirst, filterFirst, filterFirst, fwdError, fwdOk, getAction, getActionClass, getAutoConsequence, getCatchAll, getConsequence, getConsequence, getDirFromClass, getFilters, getFilters, getFirstFilters, getInnerAction, getName, internalOnly, isInternalOnly, on, on, on, redirError, redirError, redirError, redirOk, redirOk, redirOk, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClassActionConfig(Class klass)
public ClassActionConfig(Class klass,
String innerAction)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||