|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.chain.CreateActionForm
Create (if necessary) and cache a form bean for this request.
Field Summary | |
private java.lang.String |
actionConfigKey
|
private java.lang.String |
actionFormKey
|
private java.lang.String |
actionServletKey
|
private static org.apache.commons.logging.Log |
log
|
private java.lang.String |
moduleConfigKey
|
Constructor Summary | |
CreateActionForm()
|
Method Summary | |
boolean |
execute(org.apache.commons.chain.Context context)
Create (if necessary) and cache a form bean for this request. |
java.lang.String |
getActionConfigKey()
Return the context attribute key under which the ActionConfig for the currently selected application
action is stored. |
java.lang.String |
getActionFormKey()
Return the context attribute key under which the ActionForm for the currently selected application
action is stored. |
java.lang.String |
getActionServletKey()
Return the context attribute key under which the ActionServlet for the currently selected application
action is stored. |
java.lang.String |
getModuleConfigKey()
Return the context attribute key under which the ModuleConfig for the currently selected application
module is stored. |
void |
setActionConfigKey(java.lang.String actionConfigKey)
Set the context attribute key under which the ActionConfig for the currently selected application
action is stored. |
void |
setActionFormKey(java.lang.String actionFormKey)
Set the context attribute key under which the ActionForm for the currently selected application
action is stored. |
void |
setActionServletKey(java.lang.String actionServletKey)
Set the context attribute key under which the ActionServlet for the currently selected application
action is stored. |
void |
setModuleConfigKey(java.lang.String moduleConfigKey)
Set the context attribute key under which the ModuleConfig for the currently selected application
module is stored. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String actionConfigKey
private java.lang.String actionFormKey
private java.lang.String actionServletKey
private java.lang.String moduleConfigKey
private static final org.apache.commons.logging.Log log
Constructor Detail |
public CreateActionForm()
Method Detail |
public java.lang.String getActionConfigKey()
Return the context attribute key under which the
ActionConfig
for the currently selected application
action is stored.
public void setActionConfigKey(java.lang.String actionConfigKey)
Set the context attribute key under which the
ActionConfig
for the currently selected application
action is stored.
actionConfigKey
- The new context attribute keypublic java.lang.String getActionFormKey()
Return the context attribute key under which the
ActionForm
for the currently selected application
action is stored.
public void setActionFormKey(java.lang.String actionFormKey)
Set the context attribute key under which the
ActionForm
for the currently selected application
action is stored.
actionFormKey
- The new context attribute keypublic java.lang.String getActionServletKey()
Return the context attribute key under which the
ActionServlet
for the currently selected application
action is stored.
public void setActionServletKey(java.lang.String actionServletKey)
Set the context attribute key under which the
ActionServlet
for the currently selected application
action is stored.
actionServletKey
- The new context attribute keypublic java.lang.String getModuleConfigKey()
Return the context attribute key under which the
ModuleConfig
for the currently selected application
module is stored.
public void setModuleConfigKey(java.lang.String moduleConfigKey)
Set the context attribute key under which the
ModuleConfig
for the currently selected application
module is stored.
moduleConfigKey
- The new context attribute keypublic boolean execute(org.apache.commons.chain.Context context) throws java.lang.Exception
Create (if necessary) and cache a form bean for this request.
execute
in interface org.apache.commons.chain.Command
context
- The Context
for the current request
false
so that processing continues
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |