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 request.
 o perform(RequestInterface)
perform the request.
 o performAction(Request, String, String)
 o registerResource(FramedResource)
Register this frame to the given resource.

Constructors

 o PutListFrame
 public PutListFrame()

Methods

 o registerResource
 public void registerResource(FramedResource resource)
Register this frame to the given resource.

Overrides:
registerResource in class HTTPFrame
 o perform
 public ReplyInterface perform(RequestInterface req) throws ProtocolException, ResourceException
perform the request.

Parameters:
req - the incomming request.
Throws: ProtocolException
if a protocol error occurs
Throws: ResourceException
if a server error occurs
Overrides:
perform in class HTTPFrame
 o get
 public Reply get(Request request) throws ProtocolException, ResourceException
Dump the list of modified files.

Parameters:
request - The request to handle.
Returns:
A Reply instance.
Throws: ProtocolException
if a protocol error occurs
Throws: ResourceException
if a server error occurs
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 request.

Parameters:
request - the incomming request.
data - the URLDecoder.
Throws: ProtocolException
if a protocol error occurs
Overrides:
handle in class PostableFrame

All Packages  Class Hierarchy  This Package  Previous  Next  Index