All Packages Class Hierarchy This Package Previous Next Index
Interface org.w3c.tools.resources.RequestInterface
- public interface RequestInterface
-
getURLPath()
- Get the URL path of the target resource.
-
isInternal()
- Return true is the request is internal.
-
makeBadRequestReply()
- Get a "Bad request" reply.
-
setState(String, String)
- FIXME doc
setState
public abstract void setState(String name,
String state)
- FIXME doc
getURLPath
public abstract String getURLPath()
- Get the URL path of the target resource.
isInternal
public abstract boolean isInternal()
- Return true is the request is internal.
- Returns:
- a boolean.
makeBadRequestReply
public abstract ReplyInterface makeBadRequestReply()
- Get a "Bad request" reply.
- Returns:
- a ReplyInterface instance.
All Packages Class Hierarchy This Package Previous Next Index