All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.tools.resources.RequestInterface

public interface RequestInterface

Method Index

 o getURLPath()
Get the URL path of the target resource.
 o isInternal()
Return true is the request is internal.
 o makeBadRequestReply()
Get a "Bad request" reply.
 o setState(String, String)
FIXME doc

Methods

 o setState
 public abstract void setState(String name,
                               String state)
FIXME doc

 o getURLPath
 public abstract String getURLPath()
Get the URL path of the target resource.

 o isInternal
 public abstract boolean isInternal()
Return true is the request is internal.

Returns:
a boolean.
 o makeBadRequestReply
 public abstract ReplyInterface makeBadRequestReply()
Get a "Bad request" reply.

Returns:
a ReplyInterface instance.

All Packages  Class Hierarchy  This Package  Previous  Next  Index