All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.w3c.tools.resources.AttributeHolder | +----org.w3c.tools.resources.Resource | +----org.w3c.tools.resources.FramedResource | +----org.w3c.tools.resources.AbstractContainer | +----org.w3c.tools.resources.ContainerResource | +----org.w3c.tools.resources.DirectoryResource | +----org.w3c.jigsaw.resources.DirectoryResource
protected static int ATTR_NEGOTIABLE
public DirectoryResource()
public boolean getNegotiableFlag()
You should know, at least, that turning this flag on has some not so small cost in terms of the size of the index files, and some not so small costs in CPU time when detecting not found documents. Otherwise, in all other situations its cost is probably negligible.
public synchronized void updateNegotiableResource(String name)
I hate this part here: it has nothing to do within the directory resource itself, and the indexer shouldn't know that much about directory resource, so I am stuck.
protected Resource index(String name, Hashtable defs, RequestInterface req)
All Packages Class Hierarchy This Package Previous Next Index