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.
-
ATTR_MAP
-
-
ATTR_NCSA
-
-
MapResource()
-
-
getMap()
-
-
initialize(Object[])
- Initialize the FileResource instance.
-
updateFileAttributes()
- This method parses the map file whenever it changes.
ATTR_MAP
protected static int ATTR_MAP
ATTR_NCSA
protected static int ATTR_NCSA
MapResource
public MapResource()
updateFileAttributes
public void updateFileAttributes()
- This method parses the map file whenever it changes.
- Overrides:
- updateFileAttributes in class FileResource
getMap
public Map getMap() throws IOException, MapException
initialize
public void initialize(Object values[])
- Initialize the FileResource instance.
- Overrides:
- initialize in class FileResource
All Packages Class Hierarchy This Package Previous Next Index