| java.lang.Object org.apache.jetspeed.container.state.impl.AbstractNavigationalState org.apache.jetspeed.container.state.impl.SessionNavigationalState org.apache.jetspeed.container.state.impl.HybridNavigationalState
HybridNavigationalState | public class HybridNavigationalState extends SessionNavigationalState (Code) | | HybridNavigationalState
Only encodes render parameters that start with a given prefix
author: David Sean Taylor version: $Id: AbstractNavigationalState.java 333093 2005-11-13 18:42:42Z taylor $ |
isNavigationalParameterStateFull | public boolean isNavigationalParameterStateFull()(Code) | | |
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)
|
|
|