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.
Jigsaw Team
$Id: org.w3c.jigsaw.frames.RelocateFrame.html,v 1.3 1998/03/27 08:19:33 bmahe
Exp $