Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mentawai.filter
Interface RedirectAfterLogin  view RedirectAfterLogin download RedirectAfterLogin.java


public interface RedirectAfterLogin

A marker interface to indicate that an action can receive a redirection after a login. An action should implement this interface if it wants to receive a redirection after the user logs in.
Redirect After Login is basically this:

For this to happen, MyAction has to implement this marker interface.