org.apache.myfaces.custom.redirectTracker
Class RedirectTrackerContext

java.lang.Object
  extended by org.apache.myfaces.custom.redirectTracker.RedirectTrackerContext

public class RedirectTrackerContext
extends java.lang.Object

Provides a context for the RedirectTrackerPolicy


Method Summary
 void saveBean(java.lang.String name, java.lang.Object value)
          saves the given object with the given name, after the redirect this value will be reinjected into the request.
 void saveBeans()
          saves all request beans
 void saveLocale()
          saves the locale information
 void saveMessages()
          saves all messages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

saveBeans

public void saveBeans()
saves all request beans


saveBean

public void saveBean(java.lang.String name,
                     java.lang.Object value)
saves the given object with the given name, after the redirect this value will be reinjected into the request.


saveMessages

public void saveMessages()
saves all messages


saveLocale

public void saveLocale()
saves the locale information



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