org.apache.myfaces.custom.redirectTracker
Interface RedirectTrackerPolicy

All Known Implementing Classes:
FullRedirectTrackPolicy, MessagesRedirectTrackPolicy, NoopRedirectTrackPolicy

public interface RedirectTrackerPolicy

The implementation used to save the request data


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.
 

Method Detail

trackRedirect

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.



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