
All resources
All frames
RelocateFrame
This frame emits a HTTP redirect.
Inherits
The RelocateFrame class inerits from the following classes:
Attributes description
The RelocateFrame defines the following attributes:
location
- semantics
-
The relocation location.
- type
-
This attribute is an editable StringAttribute
-
default value
-
This attribute defaults to null.
handle-pathinfo
- semantics
-
Should this frame also handle extra path infos ? Example:
http://yourserver.com/foobar is relocated at
http://yourserver.com/relocated. If handle-pathinfo is
set to true then a request on
http://youserver.com/foobar/index.html will return a HTTP redirect
on http://yourserver.com/relocated/index.html.
- type
-
This attribute is an editable BooleanAttribute
-
default value
-
This attribute defaults to true.
permanent-redirect
- semantics
-
If use-usual-response is not set, you can select the redirect type
with this parameter (permanent or temporary).
- type
-
This attribute is an editable BooleanAttribute
-
default value
-
This attribute defaults to false.
use-usual-response
- semantics
-
If you want your server to use the classical and deprecated "302
Found" response.
- type
-
This attribute is an editable BooleanAttribute
-
default value
-
This attribute defaults to true.
Jigsaw Team
$Id: org.w3c.jigsaw.frames.RelocateFrame.html,v 1.6 1999/04/29 13:47:02 bmahe Exp $