| java.lang.Object org.apache.jetspeed.container.state.impl.AbstractNavigationalState org.apache.jetspeed.container.state.impl.SessionNavigationalState org.apache.jetspeed.container.state.impl.SessionFullNavigationalState
All known Subclasses: org.apache.jetspeed.container.state.impl.SessionFullExtendedNavigationalState,
SessionFullNavigationalState | public class SessionFullNavigationalState extends SessionNavigationalState (Code) | | SessionFullNavigationalState, stores all nav parameters in the session, including render parameters
author: Ate Douma version: $Id: SessionFullNavigationalState.java 553340 2007-07-04 22:00:09Z taylor $ |
isRenderParameterStateFull | public boolean isRenderParameterStateFull()(Code) | | |
Fields inherited from org.apache.jetspeed.container.state.impl.SessionNavigationalState | final protected Log log(Code)(Java Doc)
|
Methods inherited from org.apache.jetspeed.container.state.impl.AbstractNavigationalState | public void clearParameters(PortletWindow window)(Code)(Java Doc) public String encode(PortletWindow window, Map parameters, PortletMode mode, WindowState state, boolean action) throws UnsupportedEncodingException(Code)(Java Doc) public String encode(PortletWindow window, PortletMode mode, WindowState state) throws UnsupportedEncodingException(Code)(Java Doc) public String encode() throws UnsupportedEncodingException(Code)(Java Doc) public PortletMode getMappedMode(String windowId)(Code)(Java Doc) public PortletMode getMappedMode(PortletWindow window)(Code)(Java Doc) public WindowState getMappedState(String windowId)(Code)(Java Doc) public WindowState getMappedState(PortletWindow window)(Code)(Java Doc) public PortletWindow getMaximizedWindow()(Code)(Java Doc) public PortletMode getMode(String windowId)(Code)(Java Doc) public PortletMode getMode(PortletWindow window)(Code)(Java Doc) public Iterator getParameterNames(PortletWindow window)(Code)(Java Doc) public String[] getParameterValues(PortletWindow window, String parameterName)(Code)(Java Doc) public PortletWindow getPortletWindowOfAction()(Code)(Java Doc) public PortletWindow getPortletWindowOfResource()(Code)(Java Doc) protected PortletWindowRequestNavigationalStates getPortletWindowRequestNavigationalStates()(Code)(Java Doc) public WindowState getState(String windowId)(Code)(Java Doc) public WindowState getState(PortletWindow window)(Code)(Java Doc) public Iterator getWindowIdIterator()(Code)(Java Doc) public void init(String encodedState, String characterEncoding) throws UnsupportedEncodingException(Code)(Java Doc) public void removeState(PortletWindow window)(Code)(Java Doc) public void setMode(PortletWindow window, PortletMode portletMode)(Code)(Java Doc) public void setState(PortletWindow window, WindowState windowState)(Code)(Java Doc)
|
|
|