|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionResolver
Interface for Struts-based classes that resolve actions to URIs.
Method Summary | |
---|---|
String |
getModulePath()
Get the Struts module path associated with this ActionResolver. |
String |
getURI()
Get the URI for addressing this object. |
boolean |
isPageFlow()
Tell whether this ActionResolver is a PageFlowController . |
void |
refresh(HttpServletRequest request,
HttpServletResponse response)
Called on this object for non-lookup (refresh) requests. |
Method Detail |
---|
String getURI()
String getModulePath()
void refresh(HttpServletRequest request, HttpServletResponse response)
boolean isPageFlow()
PageFlowController
.
true
if this is a PageFlowController
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |