This index briefly describes what resources are currently available in the
Jigsaw release. See the indexer
documentation to understand how these resources are created by
default.
To be more readable, the list of available resources has been split into four
groups:
Standard resources
-
Resources that you expect any server to support.
Extension resources
-
Basic resources, or resources that implement extra protocols.
Admin resources
-
Resources that allow you to administer Jigsaw.
Property resources
-
Resources that wrap a sub-set of Jigsaw properties in order to make them
editable.
Standard resources
- org.w3c.tools.resources.FramedResource
-
This is the most basic resource, only used to attach frame.
- org.w3c.tools.resources.FileResource
-
The FileResource handles files within a DirectoryResource.
- org.w3c.tools.resources.ContainerResource
-
The ContainerResource is the most basic container of resources.
- org.w3c.tools.resources.DirectoryResource
-
The DirectoryResource handles file system directories.
- org.w3c.jigsaw.resources.DirectoryResource
-
This DirectoryResource provides content negotiation
- org.w3c.tools.resources.PassDirectory
-
A directory resource that emulates the CERN-server PASS rule.
- org.w3c.jigsaw.resources.PassDirectory
-
This PassDirectory provides content negotiation.
- org.w3c.jigsaw.resources.HttpDirectoryResource
-
This is a DirectoryResource which has a HTTPFrame by default.
- org.w3c.jigsaw.resources.HttpPassDirectory
-
This is a PassDirectory which has a HTTPFrame by default.
- org.w3c.jigsaw.resources.HttpFileResource
-
This is a FileResource which has a HTTPFrame by default.
- org.w3c.jigsaw.resources.VirtualHostResource
-
This is just a base for VirtualHostFrame.
- org.w3c.jigsaw.map.MapResource
-
A resource that handles both CERN-server style and NCSA style image maps.
Extension resources
- org.w3c.jigsaw.resources.DirectoryLister
-
A resource which displays the directory listing on its parent
(DirectoryResource).
- org.w3c.jigsaw.servlet.ServletWrapper
-
Implementation of Sun's servlet API, for local classes
- org.w3c.jigsaw.servlet.RemoteServletWrapper
-
A servlet wrapper for remote servlet
- org.w3c.jigsaw.cvs.AutoLookupDirectory
-
A resource that can fetch or update files directly from CVS.
- org.w3c.jigsaw.cvs.ToolsLister
-
A resource that allows web site users to delete some files under a
DirectoryResource.
- org.w3c.jigsaw.zip.ZipDirectoryResource
-
Allows you to browse a zip file.
- org.w3c.jigsaw.zip.ZipFileResource
-
Allows you to browse a zip file.
Admin resources
- org.w3c.jigsaw.resources.CheckpointResource
-
A resource that will periodically make sure that Jigsaw configuration
has been saved back to disk.
- org.w3c.jigsaw.resources.PasswordEditor
-
A resource that allows web site users to change their own password.
Property resources
- org.w3c.jigsaw.http.UnixProp
-
UNIX specific properties editor. Allows you to chroot Jigsaw and run it
on port 80.
- org.w3c.jigsaw.http.ConnectionProp
-
Connection properties.
- org.w3c.jigsaw.http.socket.SocketConnectionProp
-
Connection properties specific to the raw socket client and client factory.
- org.w3c.jigsaw.http.LoggingProp
-
Gives editable access to Jigsaw logging properties.
- org.w3c.jigsaw.http.GeneralProp
-
Gives editable access to Jigsaw general properties.
- org.w3c.jigsaw.proxy.ProxyProp
-
Gives editable access to Jigsaw client-side specific properties to
customize it when used by the proxy. This will only appear when you use the
ProxyFrame.
- org.w3c.jigsaw.proxy.CacheProp
-
Gives editable access to Jigsaw client-side cache, when the proxy
resource is used.
- org.w3c.jigsaw.cvs.CvsProp
-
Gives editable access to Jigsaw cvs properties, when CvsFrame is used somewhere.
- org.w3c.jigsaw.servlet.ServletProps
-
This resource provides access to Jigsaw's servlet properties.
- org.w3c.jigsaw.pagecompile.PageCompileProp
-
Gives editable access to Jigsaw Page Compilation properties when PageCompileFrame
is used somewhere.