All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.resources.RedirecterResource

java.lang.Object
   |
   +----w3c.tools.store.AttributeHolder
           |
           +----w3c.tools.store.Resource
                   |
                   +----w3c.jigsaw.resources.HTTPResource
                           |
                           +----w3c.jigsaw.resources.FilteredResource
                                   |
                                   +----w3c.jigsaw.resources.RedirecterResource

public class RedirecterResource
extends FilteredResource

Variable Index

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

Constructor Index

 o RedirecterResource()

Method Index

 o getTarget()
 o perform(Request)
Dispatch the given request to the appropriate method.

Variables

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

Constructors

 o RedirecterResource
 public RedirecterResource()

Methods

 o getTarget
 protected String getTarget()
 o perform
 public Reply perform(Request request) throws HTTPException, ClientException
Dispatch the given request to the appropriate method.

Overrides:
perform in class HTTPResource

All Packages  Class Hierarchy  This Package  Previous  Next  Index