All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.jigsaw.map.MapFrame
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.map.MapFrame
- public class MapFrame
- extends HTTPFrame
-
mapresource
-
-
MapFrame()
-
-
getFileResource(Request)
-
This method will try to get the two coordinates of the imagemap
from the request query string, and will the appropriate
redirection reply.
-
registerResource(FramedResource)
- Register this frame to the given resource.
mapresource
protected MapResource mapresource
MapFrame
public MapFrame()
registerResource
public void registerResource(FramedResource resource)
- Register this frame to the given resource.
- Overrides:
- registerResource in class HTTPFrame
getFileResource
public Reply getFileResource(Request request) throws ProtocolException, ResourceException
- This method will try to get the two coordinates of the imagemap
from the request query string, and will the appropriate
redirection reply.
- Parameters:
- request - the HTTP request
- Returns:
- the HTTP reply
- Throws: ProtocolException
- if processing the request failed.
- Throws: ResourceException
- if the resource got a fatal error.
- Overrides:
- getFileResource in class HTTPFrame
All Packages Class Hierarchy This Package Previous Next Index