Method Summary |
|
public SharedAttributeMap | getApplicationMap() Provides access to the external application map, providing a storage for
data local to the current user application and accessible to both
internal and external SWF artifacts. |
public String | getContextPath() Returns the path (or identifier) of the application that is executing.
the application context path (e.g. |
public String | getDispatcherPath() Returns the path (or identifier) of the dispatcher within the
application that dispatched this request.
the dispatcher path (e.g. |
public SharedAttributeMap | getGlobalSessionMap() Provides access to the global external session map, providing a storage for data
globally accross the user session and accessible to both internal and
external SWF artifacts.
Note: most external context implementations do not distinguish between the concept of a
"local" user session scope and a "global" session scope. |
public MutableAttributeMap | getRequestMap() Provides access to the external request attribute map, providing a
storage for data local to the current user request and accessible to both
internal and external SWF artifacts. |
public ParameterMap | getRequestParameterMap() Provides access to the parameters associated with the user request that
led to SWF being called. |
public String | getRequestPathInfo() Returns the path info of this external request. |
public SharedAttributeMap | getSessionMap() Provides access to the external session map, providing a storage for data
local to the current user session and accessible to both internal and
external SWF artifacts. |