org.apache.myfaces.portlet
Class SavedRequestAttributes

java.lang.Object
  extended by org.apache.myfaces.portlet.SavedRequestAttributes
All Implemented Interfaces:
Serializable

public class SavedRequestAttributes
extends Object
implements Serializable

This class saves the request attributes at the end of processAction. The attributes saved will be restored at the beginning of each render or until the session times out. Some portlet containers don't do this automatically, so it is done here.

Author:
Stan Silvert
See Also:
Serialized Form

Constructor Summary
SavedRequestAttributes()
          Creates a new instance of SavedRequestAttributes
 
Method Summary
 void resotreRequestAttributes(javax.portlet.RenderRequest request)
           
 void saveRequestAttributes(javax.portlet.ActionRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SavedRequestAttributes

public SavedRequestAttributes()
Creates a new instance of SavedRequestAttributes

Method Detail

saveRequestAttributes

public void saveRequestAttributes(javax.portlet.ActionRequest request)

resotreRequestAttributes

public void resotreRequestAttributes(javax.portlet.RenderRequest request)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.