org.eclipse.higgins.rp.servlet.impl
Class DispatchCallbackHandler

java.lang.Object
  extended byorg.eclipse.higgins.rp.servlet.impl.DispatchCallbackHandler
All Implemented Interfaces:
org.eclipse.higgins.rp.DispatchCallback, Serializable

public class DispatchCallbackHandler
extends Object
implements org.eclipse.higgins.rp.DispatchCallback, Serializable

See Also:
Serialized Form

Constructor Summary
DispatchCallbackHandler(String authContext, javax.servlet.http.HttpSession httpsession)
           
 
Method Summary
 void forward(String targetLocation)
           
 void redirect(String externalLocation)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispatchCallbackHandler

public DispatchCallbackHandler(String authContext,
                               javax.servlet.http.HttpSession httpsession)
Method Detail

redirect

public void redirect(String externalLocation)
Specified by:
redirect in interface org.eclipse.higgins.rp.DispatchCallback

forward

public void forward(String targetLocation)
Specified by:
forward in interface org.eclipse.higgins.rp.DispatchCallback