All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.filters.PutListFrame

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.filters.PutListFrame

public class PutListFrame
extends PostableFrame

Constructor Index

 o PutListFrame()

Method Index

 o get(Request)
Dump the list of modified files.
 o handle(Request, URLDecoder)
Handle the form submission, after posted data parsing.
 o perform(RequestInterface)
FIXME doc
 o performAction(Request, String, String)
 o registerResource(FramedResource)
Register a target resource.

Constructors

 o PutListFrame
 public PutListFrame()

Methods

 o registerResource
 public void registerResource(FramedResource resource)
Register a target resource.

Overrides:
registerResource in class HTTPFrame
 o perform
 public ReplyInterface perform(RequestInterface req) throws ProtocolException, NotAProtocolException
FIXME doc

Overrides:
perform in class HTTPFrame
 o get
 public Reply get(Request request) throws ProtocolException, NotAProtocolException
Dump the list of modified files.

Parameters:
request - The request to handle.
Returns:
A Reply instance.
Overrides:
get in class PostableFrame
 o performAction
 protected void performAction(Request request,
                              String action,
                              String key)
 o handle
 public Reply handle(Request request,
                     URLDecoder data) throws ProtocolException
Handle the form submission, after posted data parsing.

Overrides:
handle in class PostableFrame

All Packages  Class Hierarchy  This Package  Previous  Next  Index