se.kmr.scam.client.http.command.response
Class Forward
java.lang.Object
se.kmr.scam.client.http.CommandResponse
se.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
Method Summary |
void |
execute()
Executes the action |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Forward
public Forward(HttpServletRequest request,
HttpServletResponse response,
String page)
- Constructor for the Forward object
- Parameters:
request
- request objectresponse
- response objectpage
- forward to this page
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.