All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.jigsaw.frames.RedirecterFrame
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.frames.RedirecterFrame
- public class RedirecterFrame
- extends HTTPFrame
Perform an internal redirect.
-
ATTR_TARGET
- Attributes index - The index for the target attribute.
-
RedirecterFrame()
-
-
getTarget()
-
-
perform(RequestInterface)
- FIXME doc
ATTR_TARGET
protected static int ATTR_TARGET
- Attributes index - The index for the target attribute.
RedirecterFrame
public RedirecterFrame()
getTarget
protected String getTarget()
perform
public ReplyInterface perform(RequestInterface req) throws ProtocolException, NotAProtocolException
- FIXME doc
- Overrides:
- perform in class HTTPFrame
All Packages Class Hierarchy This Package Previous Next Index