|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.chain.SelectInclude
Select and cache the include for this
ActionConfig
if specified.
Field Summary | |
private java.lang.String |
actionConfigKey
|
private java.lang.String |
includeKey
|
private static org.apache.commons.logging.Log |
log
|
Constructor Summary | |
SelectInclude()
|
Method Summary | |
boolean |
execute(org.apache.commons.chain.Context context)
Select and cache the include uri for this ActionConfig if specified. |
java.lang.String |
getActionConfigKey()
Return the context attribute key under which the ActionConfig for the currently selected application
action is stored. |
java.lang.String |
getIncludeKey()
Return the context attribute key under which the include uri 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 |
setIncludeKey(java.lang.String includeKey)
Set the context attribute key under which the include uri 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 includeKey
private static final org.apache.commons.logging.Log log
Constructor Detail |
public SelectInclude()
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 getIncludeKey()
Return the context attribute key under which the include uri is stored.
public void setIncludeKey(java.lang.String includeKey)
Set the context attribute key under which the include uri is stored.
includeKey
- The new context attribute keypublic boolean execute(org.apache.commons.chain.Context context) throws java.lang.Exception
Select and cache the include uri for this
ActionConfig
if specified.
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 |