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 form submission, after posted data parsing.
-
perform(RequestInterface)
- FIXME doc
-
performAction(Request, String, String)
-
-
registerResource(FramedResource)
- Register a target resource.
PutListFrame
public PutListFrame()
registerResource
public void registerResource(FramedResource resource)
- Register a target resource.
- Overrides:
- registerResource in class HTTPFrame
perform
public ReplyInterface perform(RequestInterface req) throws ProtocolException, NotAProtocolException
- FIXME doc
- Overrides:
- perform in class HTTPFrame
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
performAction
protected void performAction(Request request,
String action,
String key)
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