All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.map.MapResource

java.lang.Object
   |
   +----org.w3c.tools.resources.AttributeHolder
           |
           +----org.w3c.tools.resources.Resource
                   |
                   +----org.w3c.tools.resources.FramedResource
                           |
                           +----org.w3c.tools.resources.FileResource
                                   |
                                   +----org.w3c.jigsaw.map.MapResource

public class MapResource
extends FileResource
Implements handling of image map requests. Understands both the NCSA and the W3C (CERN) format for map description files, with the "nosearch" extension for both.


Variable Index

 o ATTR_MAP
 o ATTR_NCSA

Constructor Index

 o MapResource()

Method Index

 o getMap()
 o initialize(Object[])
Initialize the FileResource instance.
 o updateFileAttributes()
This method parses the map file whenever it changes.

Variables

 o ATTR_MAP
 protected static int ATTR_MAP
 o ATTR_NCSA
 protected static int ATTR_NCSA

Constructors

 o MapResource
 public MapResource()

Methods

 o updateFileAttributes
 public void updateFileAttributes()
This method parses the map file whenever it changes.

Overrides:
updateFileAttributes in class FileResource
 o getMap
 public Map getMap() throws IOException, MapException
 o initialize
 public void initialize(Object values[])
Initialize the FileResource instance.

Overrides:
initialize in class FileResource

All Packages  Class Hierarchy  This Package  Previous  Next  Index