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.ResourceFrame
|
+----org.w3c.tools.resources.ProtocolFrame
|
+----org.w3c.jigsaw.frames.HTTPFrame
|
+----org.w3c.jigsaw.ssi.SSIFrame
<!--#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 org.w3c.jigsaw.ssi.CommandRegistry.
strncmp, for byte arrays.
public static final boolean debug
protected Dictionary vars
public static final String STATE_DEPTH
public static final String STATE_VARIABLES
public SSIFrame()
public void attributeChanged(AttributeChangedEvent evt)
public ReplyInterface perform(RequestInterface request) throws ProtocolException, NotAProtocolException
protected Reply getFileResource(Request request) throws ProtocolException, NotAProtocolException
public Reply post(Request request) throws ProtocolException, NotAProtocolException
public Reply handle(Request request) throws ProtocolException
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)
public long getLastModified()
public final Reply createDefaultReply(Request request,
int status)
public final Reply createCommandReply(Request request,
int status)
All Packages Class Hierarchy This Package Previous Next Index