org.apache.myfaces.custom.redirectTracker.policy
Class MessagesRedirectTrackPolicy

java.lang.Object
  extended by org.apache.myfaces.custom.redirectTracker.policy.MessagesRedirectTrackPolicy
All Implemented Interfaces:
RedirectTrackerPolicy

public class MessagesRedirectTrackPolicy
extends java.lang.Object
implements RedirectTrackerPolicy

This implementation saves the messages only


Constructor Summary
MessagesRedirectTrackPolicy()
           
 
Method Summary
 java.lang.String trackRedirect(RedirectTrackerContext redirectContext, java.lang.String redirectPath)
          Tracks the redirect, return the new (or old, but not NULL) redirectPath used for the real redirection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagesRedirectTrackPolicy

public MessagesRedirectTrackPolicy()
Method Detail

trackRedirect

public java.lang.String trackRedirect(RedirectTrackerContext redirectContext,
                                      java.lang.String redirectPath)
Description copied from interface: RedirectTrackerPolicy
Tracks the redirect, return the new (or old, but not NULL) redirectPath used for the real redirection.

Specified by:
trackRedirect in interface RedirectTrackerPolicy


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