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

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

public class FullRedirectTrackPolicy
extends java.lang.Object
implements RedirectTrackerPolicy

This implementation tries to save the full request data


Constructor Summary
FullRedirectTrackPolicy()
           
 
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

FullRedirectTrackPolicy

public FullRedirectTrackPolicy()
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.