All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
   |
   +----w3c.tools.store.AttributeHolder
           |
           +----w3c.tools.store.Resource
                   |
                   +----w3c.jigsaw.resources.HTTPResource
                           |
                           +----w3c.jigsaw.resources.FilteredResource
                                   |
                                   +----w3c.jigsaw.resources.FileResource
                                           |
                                           +----w3c.jigsaw.ssi.SSIResource
<!--#commandName param1=val1
 ... paramn=valn --> will be interpreted as an include
 directive.
  Commands are looked up in an instance of the class
 supplied in the registryClass attribute, which must be a subclass
 of w3c.jigsaw.ssi.CommandRegistry.
 
 STATE_DEPTH
	STATE_DEPTH
   STATE_VARIABLES
	STATE_VARIABLES
   vars
	vars
   
 SSIResource()
	SSIResource()
   
 byteArrayNEquals(byte[], int, byte[], int, int)
	byteArrayNEquals(byte[], int, byte[], int, int)
  strncmp, for byte arrays.
   createCommandReply(Request, int)
	createCommandReply(Request, int)
   createDefaultReply(Request, int)
	createDefaultReply(Request, int)
   get(Request)
	get(Request)
   getLastModified()
	getLastModified()
   handle(Request)
	handle(Request)
   perform(Request)
	perform(Request)
   post(Request)
	post(Request)
   updateFileAttributes()
	updateFileAttributes()
   
 vars
vars
protected Dictionary vars
 STATE_DEPTH
STATE_DEPTH
public static final String STATE_DEPTH
 STATE_VARIABLES
STATE_VARIABLES
public static final String STATE_VARIABLES
 
 SSIResource
SSIResource
public SSIResource()
 
 updateFileAttributes
updateFileAttributes
public void updateFileAttributes()
 perform
perform
public Reply perform(Request request) throws HTTPException, ClientException
 get
get
public Reply get(Request request) throws HTTPException
 post
post
public Reply post(Request request) throws HTTPException, ClientException
 handle
handle
public Reply handle(Request request) throws HTTPException
 byteArrayNEquals
byteArrayNEquals
 public static final boolean byteArrayNEquals(byte ba1[],
                                              int off1,
                                              byte ba2[],
                                              int off2,
                                              int n)
strncmp, for byte arrays.
 (Should be in some utility package, I'll put it here for now)
 getLastModified
getLastModified
public long getLastModified()
 createDefaultReply
createDefaultReply
 public final Reply createDefaultReply(Request request,
                                       int status)
 createCommandReply
createCommandReply
 public final Reply createCommandReply(Request request,
                                       int status)
All Packages Class Hierarchy This Package Previous Next Index