All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.jigsaw.resources.DirectoryListerFrame
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.resources.DirectoryListerFrame
- public class DirectoryListerFrame
- extends HTTPFrame
Emit the content of its parent directory.
-
DirectoryListerFrame()
-
-
getOtherResource(Request)
- The default GET method for other king of associated resource
-
registerResource(FramedResource)
- Register this frame to the given resource.
DirectoryListerFrame
public DirectoryListerFrame()
registerResource
public void registerResource(FramedResource resource)
- Register this frame to the given resource.
- Overrides:
- registerResource in class HTTPFrame
getOtherResource
protected Reply getOtherResource(Request request) throws ProtocolException, ResourceException
- The default GET method for other king of associated resource
- Parameters:
- request - The request to handle.
- Throws: ProtocolException
- If processsing the request failed.
- Throws: ResourceException
- If the resource got a fatal error.
- Overrides:
- getOtherResource in class HTTPFrame
All Packages Class Hierarchy This Package Previous Next Index