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

Variable Index

 o mapresource

Constructor Index

 o MapFrame()

Method Index

 o 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.
 o registerResource(FramedResource)
Register this frame to the given resource.

Variables

 o mapresource
 protected MapResource mapresource

Constructors

 o MapFrame
 public MapFrame()

Methods

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

Overrides:
registerResource in class HTTPFrame
 o 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