|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.chain.commands.ActionCommandBase org.apache.struts.chain.commands.AbstractSelectModule org.apache.struts.chain.commands.servlet.SelectModule
public class SelectModule
Cache the ModuleConfig
and MessageResources
instances for the sub-application module to be used for processing this
request.
Field Summary |
---|
Fields inherited from interface org.apache.commons.chain.Command |
---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Constructor Summary | |
---|---|
SelectModule()
|
Method Summary | |
---|---|
protected java.lang.String |
getPrefix(ActionContext context)
Calculate and return the module prefix for the module to be selected for this request. |
Methods inherited from class org.apache.struts.chain.commands.AbstractSelectModule |
---|
execute |
Methods inherited from class org.apache.struts.chain.commands.ActionCommandBase |
---|
execute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectModule()
Method Detail |
---|
protected java.lang.String getPrefix(ActionContext context)
AbstractSelectModule
Calculate and return the module prefix for the module to be selected for this request.
getPrefix
in class AbstractSelectModule
context
- The Context
for this request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |