org.jboss.portal.core.theme
Class WindowContextFactory
java.lang.Object
org.jboss.portal.core.theme.WindowContextFactory
public class WindowContextFactory
- extends java.lang.Object
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowContextFactory
public WindowContextFactory(ControllerContext context)
createWindowContext
public WindowContext createWindowContext(Window window,
WindowRendition context)
addWindowStateActions
protected final void addWindowStateActions(Window window,
java.util.Map actionMap,
WindowState currentWindowState,
java.util.List supportedWindowStates)
- Create the action URLs for the allowed window states of the rendered portlet window and add them to the provided
actionMap.
addModeActions
protected final void addModeActions(Window window,
java.util.Map actionMap,
Mode currentMode,
java.util.List supportedModes)
- Create the action URLs for the allowed portlet modes of the rendered portlet window and add them to the provided
actionMap.
createUpdateNavigationalStateURL
protected final java.lang.String createUpdateNavigationalStateURL(Window window,
Mode mode,
WindowState windowState)