|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.portlet.SavedRequestAttributes
public class SavedRequestAttributes
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.
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 |
---|
public SavedRequestAttributes()
Method Detail |
---|
public void saveRequestAttributes(javax.portlet.ActionRequest request)
public void resotreRequestAttributes(javax.portlet.RenderRequest request)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |