|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.core.impl.api.navstate.NavigationalStateContextImpl
public class NavigationalStateContextImpl
Constructor Summary | |
---|---|
NavigationalStateContextImpl(AttributeResolver navigationalStateResolver)
|
Method Summary | |
---|---|
Mode |
getMode(PortalNode window)
Returns the mode of a window or null if it is not found. |
WindowState |
getWindowState(PortalNode window)
Returns the window state of a window or null if it is not found. |
void |
setMode(PortalNode window,
Mode mode)
Updates the mode of a window. |
void |
setWindowState(PortalNode window,
WindowState windowState)
Updates the window state of a window. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NavigationalStateContextImpl(AttributeResolver navigationalStateResolver)
Method Detail |
---|
public WindowState getWindowState(PortalNode window) throws java.lang.IllegalArgumentException
NavigationalStateContext
getWindowState
in interface NavigationalStateContext
window
- the window from which the window state is returned
java.lang.IllegalArgumentException
public void setWindowState(PortalNode window, WindowState windowState) throws java.lang.IllegalArgumentException
NavigationalStateContext
setWindowState
in interface NavigationalStateContext
window
- the window to updatewindowState
- the new window state value
java.lang.IllegalArgumentException
public Mode getMode(PortalNode window) throws java.lang.IllegalArgumentException
NavigationalStateContext
getMode
in interface NavigationalStateContext
window
- the window from which the mode is returned
java.lang.IllegalArgumentException
public void setMode(PortalNode window, Mode mode) throws java.lang.IllegalArgumentException
NavigationalStateContext
setMode
in interface NavigationalStateContext
window
- the window to updatemode
- the new mode value
java.lang.IllegalArgumentException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |