|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPageFlowManagedObject
FlowController
SharedFlowController
GlobalApp
SharedFlowController
instead.
public class GlobalApp
Base class for user-defined global state and fallback controller logic. A specific instance of
this class (based on the Global.app/Global.java source file in the "global" package) is created and stored in
the user session before any PageFlowController
is created, and unless it is explicitly
removed from the session, it is not freed until the session is invalidated.
Actions that are not handled by the current PageFlowController
"bubble" up to the
current GlobalApp instance, which gets a chance to handle them in user-defined action methods.
Uncaught exceptions also bubble through the GlobalApp instance, which has a chance to catch
them.
Data in the current GlobalApp instance can be accessed by databinding tags using the globalApp
scope.
PageFlowController
,
Serialized FormField Summary |
---|
Fields inherited from class FlowController |
---|
defaultLocale, servlet |
Constructor Summary | |
---|---|
GlobalApp()
Deprecated. |
Method Summary | |
---|---|
String |
getDisplayName()
Deprecated. Get the display name. |
String |
getURI()
Deprecated. Get the URI for the webapp. |
boolean |
isNestable()
Deprecated. Only page flows ( PageFlowController s) can be nested. |
Methods inherited from class SharedFlowController |
---|
ensureFailover, getModulePath, getPreviousPageInfoLegacy, persistInSession, removeFromSession, savePreviousPageInfo |
Methods inherited from class PageFlowManagedObject |
---|
fieldIsUninitialized, getCreateTime, getServletContext, initializeField, valueBound, valueUnbound |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GlobalApp()
Method Detail |
---|
public String getURI()
getURI
in interface ActionResolver
getURI
in class SharedFlowController
public String getDisplayName()
SharedFlowController
getDisplayName
in class SharedFlowController
public boolean isNestable()
PageFlowController
s) can be nested.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |