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

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

public class NoopRedirectTrackPolicy
extends java.lang.Object
implements RedirectTrackerPolicy

This implementation does nothing (for backward compatibility with JSF) - the default


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

NoopRedirectTrackPolicy

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