All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----w3c.jigsaw.resources.AttributeHolder
|
+----w3c.jigsaw.resources.Resource
|
+----w3c.jigsaw.resources.HTTPResource
|
+----w3c.jigsaw.resources.ContainerResource
|
+----w3c.jigsaw.resources.FilteredResource
|
+----w3c.jigsaw.resources.FileResource
|
+----w3c.jigsaw.forms.PostableResource
It inherits from the FileResource class to be able to send the form text, and extends it with an implementation of the post method.
protected static int ATTR_OVERIDE
protected static int ATTR_CONVERT_GET
public PostableResource()
public boolean getConvertGetFlag()
public boolean getOverideFlag()
public Reply get(Request request) throws HTTPException
If there is no search string, or if we are not allowed to convert
GETs to POSTs, than we just invoke our super method,
which will perform the appropriate job.
public Reply post(Request request) throws HTTPException
public Reply handle(Request request,
URLDecoder data) throws HTTPException
This method ought to be abstract, but for reasonable reason, it will just dump (parsed) the form content back to the client, so that it can be used for debugging.
All Packages Class Hierarchy This Package Previous Next Index