| java.lang.Object org.apache.jetspeed.container.state.impl.AbstractNavigationalState org.apache.jetspeed.container.state.impl.PathNavigationalState
PathNavigationalState | public class PathNavigationalState extends AbstractNavigationalState (Code) | | PathNavigationalStateContext stores all navigational state in the URL.
This implementation does not currently support persisting navigational state.
author: David Sean Taylor version: $Id: PathNavigationalState.java 550655 2007-06-26 01:41:35Z taylor $ |
isNavigationalParameterStateFull | public boolean isNavigationalParameterStateFull()(Code) | | |
isRenderParameterStateFull | public boolean isRenderParameterStateFull()(Code) | | |
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)
|
|
|