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 a target resource.

Variables

 o mapresource
 protected MapResource mapresource

Constructors

 o MapFrame
 public MapFrame()

Methods

 o registerResource
 public void registerResource(FramedResource resource)
Register a target resource.

Overrides:
registerResource in class HTTPFrame
 o getFileResource
 public Reply getFileResource(Request request) throws ProtocolException, NotAProtocolException
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
Overrides:
getFileResource in class HTTPFrame

All Packages  Class Hierarchy  This Package  Previous  Next  Index