站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

AbstractNavigationalState - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.server.impl.navigation
Class AbstractNavigationalState

java.lang.Object
  extended byorg.jboss.portal.server.impl.navigation.AbstractNavigationalState
All Implemented Interfaces:
NavigationalState, java.io.Serializable

public class AbstractNavigationalState
extends java.lang.Object
implements NavigationalState, java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  Mode mode
           
protected  Parameters parameters
           
protected  WindowState windowState
           
 
Constructor Summary
AbstractNavigationalState()
           
AbstractNavigationalState(WindowState windowState, Mode mode, Parameters parameters)
           
 
Method Summary
 Mode getMode()
           
 Parameters getParameters()
           
 WindowState getWindowState()
           
 void setMode(Mode mode)
           
 void setWindowState(WindowState windowState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

windowState

protected WindowState windowState

mode

protected Mode mode

parameters

protected Parameters parameters
Constructor Detail

AbstractNavigationalState

public AbstractNavigationalState(WindowState windowState,
                                 Mode mode,
                                 Parameters parameters)

AbstractNavigationalState

public AbstractNavigationalState()
Method Detail

getWindowState

public WindowState getWindowState()
Specified by:
getWindowState in interface NavigationalState

setWindowState

public void setWindowState(WindowState windowState)
Specified by:
setWindowState in interface NavigationalState

getMode

public Mode getMode()
Specified by:
getMode in interface NavigationalState

setMode

public void setMode(Mode mode)
Specified by:
setMode in interface NavigationalState

getParameters

public Parameters getParameters()
Specified by:
getParameters in interface NavigationalState