This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.jetspeed.container.state.impl
Class HybridNavigationalState
java.lang.Object
   org.apache.jetspeed.container.state.impl.AbstractNavigationalState
org.apache.jetspeed.container.state.impl.AbstractNavigationalState
       org.apache.jetspeed.container.state.impl.SessionNavigationalState
org.apache.jetspeed.container.state.impl.SessionNavigationalState
           org.apache.jetspeed.container.state.impl.HybridNavigationalState
org.apache.jetspeed.container.state.impl.HybridNavigationalState
- All Implemented Interfaces: 
- org.apache.jetspeed.container.state.MutableNavigationalState, org.apache.jetspeed.container.state.NavigationalState
- public class HybridNavigationalState 
- extends SessionNavigationalState
HybridNavigationalState
 
 Only encodes render parameters that start with a given prefix
- Version:
- $Id: AbstractNavigationalState.java 333093 2005-11-13 18:42:42Z taylor $
- Author:
- David Sean Taylor
 
 
 
| Fields inherited from interface org.apache.jetspeed.container.state.NavigationalState | 
| NAVSTATE_SESSION_KEY | 
 
 
 
 
| Methods inherited from class org.apache.jetspeed.container.state.impl.AbstractNavigationalState | 
| clearParameters, encode, encode, getMappedMode, getMappedMode, getMappedState, getMappedState, getMaximizedWindow, getMode, getMode, getParameterNames, getParameterValues, getPortletWindowOfAction, getPortletWindowOfResource, getPortletWindowRequestNavigationalStates, getState, getState, getWindowIdIterator, init, removeState, setMode, setState | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
prefix
protected String prefix
HybridNavigationalState
public HybridNavigationalState(NavigationalStateCodec codec,
                               String prefix,
                               org.apache.jetspeed.cache.JetspeedContentCache cache)
encode
public String encode(org.apache.pluto.om.window.PortletWindow window,
                     Map parameters,
                     javax.portlet.PortletMode mode,
                     javax.portlet.WindowState state,
                     boolean action)
              throws UnsupportedEncodingException
- 
- Specified by:
- encodein interface- org.apache.jetspeed.container.state.NavigationalState
- Overrides:
- encodein class- AbstractNavigationalState
 
- 
- Throws:
- UnsupportedEncodingException
 
isNavigationalParameterStateFull
public boolean isNavigationalParameterStateFull()
- 
- Specified by:
- isNavigationalParameterStateFullin interface- org.apache.jetspeed.container.state.NavigationalState
- Overrides:
- isNavigationalParameterStateFullin class- SessionNavigationalState
 
- 
 
isRenderParameterStateFull
public boolean isRenderParameterStateFull()
- 
- Specified by:
- isRenderParameterStateFullin interface- org.apache.jetspeed.container.state.NavigationalState
- Overrides:
- isRenderParameterStateFullin class- SessionNavigationalState
 
- 
 
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.