|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeContainer | |
net.sf.wfnm | Core classes of the WebFlow Navigation Manager framework. |
net.sf.wfnm.web | Web environment classes of the WebFlow Navigation Manager framework. |
Uses of AttributeContainer in net.sf.wfnm |
Methods in net.sf.wfnm with parameters of type AttributeContainer | |
void |
WebflowChangedListener.webflowClosed(String webflowName,
AttributeContainer container)
Handles a closed webflow |
void |
WebflowChangedListener.webflowOpened(String webflowName,
AttributeContainer container)
Handles a opened webflow |
void |
Webflow.addPage(Page page,
AttributeContainer container)
Forward to a page inside this webflow. |
void |
Webflow.backToPage(String url,
Set objectSetToRemove,
Map urlMapToClear,
AttributeContainer container)
Back to a page inside this webflow. |
void |
Webflow.closeWebflow(Set objectSetToRemove,
Map urlMapToClear,
AttributeContainer container)
Closes this webflow. |
void |
StatsFactory.logStatistic(AttributeContainer container)
Log the statistics of a specific http session. |
void |
PageChangedListener.pageClosed(String page,
AttributeContainer container)
Handles a closed page |
void |
PageChangedListener.pageOpened(String page,
AttributeContainer container)
Handles a opened page |
void |
NavigationManagerImpl.notifyPage(AttributeContainer container,
String url,
Set addedObjectSet,
Set removedObjectSet)
Notify that the navigation has reached a page. |
void |
NavigationManagerImpl.notifyPage(AttributeContainer container,
String url,
String webflowName,
int defaultWebflowOwnership,
Set addedObjectSet,
Set removedObjectSet)
Notify that the navigation has reached a page of a specific webflow. |
void |
NavigationManagerImpl.resetFramework(AttributeContainer container)
Reset the navigation manager. |
protected void |
NavigationManagerImpl.backToWebflow(String webflowName,
Set objectSetToRemove,
AttributeContainer container)
Back to a specified webflow (if different from the current). |
protected static void |
NavigationManagerImpl.removeObjectSetFromContainer(AttributeContainer container,
Set objectSet)
Removes from a container a set of object. |
static NavigationManager |
NavigationManagerFactory.getInstance(AttributeContainer container)
Acquire the container unique instance of the navigation manager. |
static boolean |
NavigationManagerFactory.existsInstance(AttributeContainer container)
Returns true if the instance of the navigation manager exists. |
static void |
NavigationManagerFactory.resetInstance(AttributeContainer container)
Reset the attribute container unique instance of the navigation manager. |
void |
NavigationManager.notifyPage(AttributeContainer container,
String url,
String webflowName,
int defaultWebflowOwnership,
Set addedObjectSet,
Set removedObjectSet)
Notify that the navigation has reached a page of a specified webflow. |
void |
NavigationManager.notifyPage(AttributeContainer container,
String url,
Set addedObjectSet,
Set removedObjectSet)
Notify that the navigation has reached a page. |
void |
NavigationManager.resetFramework(AttributeContainer container)
Reset the navigation manager. |
void |
NavigationContextImpl.setAttribute(AttributeContainer container,
String objectKey)
Sets an attribute. |
void |
NavigationContextImpl.notifyPage(AttributeContainer container,
String url)
Notify that a page has been reached. |
void |
NavigationContextImpl.removeAttribute(AttributeContainer container,
String objectKey)
Removes an attribute. |
void |
NavigationContext.setAttribute(AttributeContainer container,
String objectKey)
Sets an attribute. |
void |
NavigationContext.notifyPage(AttributeContainer container,
String url)
Notify that a page has been reached. |
void |
NavigationContext.removeAttribute(AttributeContainer container,
String objectKey)
Removes an attribute. |
static void |
LogHelper.logWebflowStack(AttributeContainer container)
Log the webflow stack. |
Uses of AttributeContainer in net.sf.wfnm.web |
Classes in net.sf.wfnm.web that implement AttributeContainer | |
class |
HttpSessionWrapper
An attribute container wrapper for http session. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |