|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectStrutsModule
public class StrutsModule
An ActionResolver that submits actions to a Struts module.
Constructor Summary | |
---|---|
StrutsModule(String modulePath)
Deprecated. Construct on the given Struts module path. |
Method Summary | |
---|---|
String |
getModulePath()
Deprecated. Get the Struts module path associated with this ActionResolver. |
String |
getURI()
Deprecated. Get the URI for this Struts module. |
boolean |
isPageFlow()
Deprecated. Tell whether this is a PageFlowController . |
void |
refresh(HttpServletRequest request,
HttpServletResponse response)
Deprecated. Called on this object for non-lookup (refresh) requests. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StrutsModule(String modulePath)
modulePath
- the Struts module path.Method Detail |
---|
public String getURI()
getURI
in interface ActionResolver
public String getModulePath()
ActionResolver
getModulePath
in interface ActionResolver
public boolean isPageFlow()
PageFlowController
.
isPageFlow
in interface ActionResolver
false
.public void refresh(HttpServletRequest request, HttpServletResponse response)
ActionResolver
refresh
in interface ActionResolver
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |