All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.frames.RedirecterFrame

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.RedirecterFrame

public class RedirecterFrame
extends HTTPFrame
Perform an internal redirect.


Variable Index

 o ATTR_TARGET
Attributes index - The index for the target attribute.

Constructor Index

 o RedirecterFrame()

Method Index

 o getTarget()
 o perform(RequestInterface)
Perform the request.

Variables

 o ATTR_TARGET
 protected static int ATTR_TARGET
Attributes index - The index for the target attribute.

Constructors

 o RedirecterFrame
 public RedirecterFrame()

Methods

 o getTarget
 protected String getTarget()
 o perform
 public ReplyInterface perform(RequestInterface req) throws ProtocolException, ResourceException
Perform the request.

Parameters:
req - The request to handle.
Throws: ProtocolException
If request couldn't be processed.
Throws: ResourceException
If the resource got a fatal error.
Overrides:
perform in class HTTPFrame

All Packages  Class Hierarchy  This Package  Previous  Next  Index