Module org.bzdev.ejws
Package org.bzdev.ejws.maps
package org.bzdev.ejws.maps
Mapping classes to support EJWS classes.
These classes map the path components of URLs to a descriptor that allows the objects named by a URL to be read. The descriptor will provide an input stream, mime types, and object lengths in bytes. The object may be stored somewhere in the local files system or may be obtained from a different server, depending on the map class used.
-
ClassesClassDescriptionWebMap for resources located in directories of a local file system.DirWebMap configurator.WebMap for resources in a
Properties
object.DirWebMap configurator.WebMap for resources that are accessed via an HTTP redirect.WebMap for resources accessible from the application's class path.DirWebMap configurator.WebMap for servlet compatibility.ServletWebMap configuration.WebMap for resources whose location is determined by a URL.Type of the argument for the URLWebMap constructor.WebMap for resources in a ZIP, WAR, or JAR file.DirWebMap configurator.