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
-
PutListFrame()
-
-
get(Request)
- Dump the list of modified files.
-
handle(Request, URLDecoder)
- handle the request.
-
perform(RequestInterface)
- perform the request.
-
performAction(Request, String, String)
-
-
registerResource(FramedResource)
- Register this frame to the given resource.
PutListFrame
public PutListFrame()
registerResource
public void registerResource(FramedResource resource)
- Register this frame to the given resource.
- Overrides:
- registerResource in class HTTPFrame
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
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
performAction
protected void performAction(Request request,
String action,
String key)
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