se.kmr.scam.client.http.command.response
Class Forward

java.lang.Object
  extended byse.kmr.scam.client.http.CommandResponse
      extended byse.kmr.scam.client.http.command.response.Forward
Direct Known Subclasses:
Error

public class Forward
extends CommandResponse

Represents a forward request to a JSP-page.

Version:
$Revision: 1.4 $
Author:
Jöran
Created:
den 6 november 2002

Field Summary
 
Fields inherited from class se.kmr.scam.client.http.CommandResponse
BREAK, CONTINUE
 
Constructor Summary
Forward(HttpServletRequest request, HttpServletResponse response, String page)
          Constructor for the Forward object
 
Method Summary
 void execute()
          Executes the action
 
Methods inherited from class se.kmr.scam.client.http.CommandResponse
getStatus, setStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Forward

public Forward(HttpServletRequest request,
               HttpServletResponse response,
               String page)
Constructor for the Forward object

Parameters:
request - request object
response - response object
page - forward to this page
Method Detail

execute

public void execute()
             throws HttpException
Executes the action

Specified by:
execute in class CommandResponse
Throws:
HttpException - thrown in case of exception while dispatching tha page.


Copyright © 2003 SCAM. All Rights Reserved.