|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPageFlowManagedObject
FlowController
SharedFlowController
public abstract class SharedFlowController
Field Summary |
---|
Fields inherited from class FlowController |
---|
defaultLocale, servlet |
Constructor Summary | |
---|---|
SharedFlowController()
|
Method Summary | |
---|---|
protected void |
deleteFromSession(HttpServletRequest request)
Remove this instance from the session. |
void |
ensureFailover(HttpServletRequest request)
Ensures that any changes to this FlowController will be replicated in a cluster (for failover), even if the replication scheme uses a change-detection algorithm that relies on HttpSession.setAttribute to be aware of changes. |
String |
getDisplayName()
|
String |
getModulePath()
Get the Struts module path. |
String |
getURI()
Get the URI. |
Methods inherited from class PageFlowManagedObject |
---|
fieldIsUninitialized, getServletContext, initializeField, valueBound, valueUnbound |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SharedFlowController()
Method Detail |
---|
public String getModulePath()
getModulePath
in interface ActionResolver
getModulePath
in class FlowController
public void ensureFailover(HttpServletRequest request)
ensureFailover
in class PageFlowManagedObject
request
- the current HttpServletRequestpublic String getURI()
getURI
in interface ActionResolver
null
, as this object is not URL-addressible.public String getDisplayName()
getDisplayName
in class PageFlowManagedObject
protected void deleteFromSession(HttpServletRequest request)
deleteFromSession
in class PageFlowManagedObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |