All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.frames.SeeOtherFrame

java.lang.Object
   |
   +----org.w3c.tools.resources.AttributeHolder
           |
           +----org.w3c.tools.resources.Resource
                   |
                   +----org.w3c.tools.resources.FramedResource
                           |
                           +----org.w3c.tools.resources.ResourceFrame
                                   |
                                   +----org.w3c.tools.resources.ProtocolFrame
                                           |
                                           +----org.w3c.jigsaw.frames.HTTPFrame
                                                   |
                                                   +----org.w3c.jigsaw.frames.PostableFrame
                                                           |
                                                           +----org.w3c.jigsaw.frames.SeeOtherFrame

public class SeeOtherFrame
extends PostableFrame
generates a 303 See Other reply on a POST client should do the redirect with a GET


Variable Index

 o ATTR_TARGET_URL

Constructor Index

 o SeeOtherFrame()

Method Index

 o handle(Request, URLDecoder)
Handle the form submission, after posted data parsing.

Variables

 o ATTR_TARGET_URL
 protected static int ATTR_TARGET_URL

Constructors

 o SeeOtherFrame
 public SeeOtherFrame()

Methods

 o handle
 public Reply handle(Request request,
                     URLDecoder data) throws ProtocolException
Handle the form submission, after posted data parsing.

This method ought to be abstract, but for reasonable reason, it will just dump (parsed) the form content back to the client, so that it can be used for debugging.

Parameters:
request - The request proper.
data - The parsed data content.
Throws: ProtocolException
If form data processing failed.
Overrides:
handle in class PostableFrame
See Also:
URLDecoder

All Packages  Class Hierarchy  This Package  Previous  Next  Index