Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / mcr-test / WWW / Doc / Reference / org.w3c.jigsaw.frames.RelocateFrame.html
diff --git a/JMCR-Stable/mcr-test/WWW/Doc/Reference/org.w3c.jigsaw.frames.RelocateFrame.html b/JMCR-Stable/mcr-test/WWW/Doc/Reference/org.w3c.jigsaw.frames.RelocateFrame.html
new file mode 100644 (file)
index 0000000..d7eb1bc
--- /dev/null
@@ -0,0 +1,150 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"\r
+                      "http://www.w3.org/TR/REC-html40/loose.dtd">\r
+<html>\r
+<head>\r
+  <title>The RelocateFrame reference manual</title>\r
+  <link href="jigsaw@w3.org" rel="made">\r
+  <link rel="stylesheet" type="text/css" href="../style/doc.css"><style type="text/css">body { margin: 20pt; color: black; background: white; font-family: helvetica;} </style>\r
+  <meta http-equiv="Content-Type" content="text/html">\r
+</head>\r
+\r
+<body>\r
+<a href="../../.." target="_top_"><img src="../../../Icons//WWW/w3c_home.gif"\r
+alt="W3C" border="0" width="72" height="48">\r
+</a><a href="../../" target="_top_"> <img src="../../../Icons//jigsaw"\r
+alt="Jigsaw" border="0">\r
+</a>\r
+<hr noshade size="1">\r
+\r
+<a href="resources.html">All resources</a> <a href="frames.html">All frames\r
+</a>\r
+<hr noshade size="1">\r
+\r
+\r
+<h1>RelocateFrame</h1>\r
+\r
+<p>This frame emits a HTTP redirect.</p>\r
+<hr noshade size="1">\r
+\r
+\r
+<h2>Inherits</h2>\r
+\r
+<p>The <a\r
+href="http://jigsaw.w3.org/Doc/Programmer/api/org/w3c/jigsaw/frames/RelocateFrame.html">RelocateFrame</a>\r
+class inerits from the following classes:</p>\r
+<ul>\r
+  <li><a href="org.w3c.tools.resources.Resource.html">Resource</a></li>\r
+  <li><a\r
+  href="org.w3c.tools.resources.FramedResource.html">FramedResource</a></li>\r
+  <li><a\r
+  href="org.w3c.tools.resources.ResourceFrame.html">ResourceFrame</a></li>\r
+  <li><a\r
+  href="org.w3c.tools.resources.ProtocolFrame.html">ProtocolFrame</a></li>\r
+  <li><a href="org.w3c.jigsaw.frames.HTTPFrame.html">HTTPFrame</a></li>\r
+</ul>\r
+\r
+<p></p>\r
+<hr noshade size="1">\r
+\r
+\r
+<h2>Attributes description</h2>\r
+\r
+<p>The RelocateFrame defines the following attributes:</p>\r
+<ul>\r
+  <li><a href="#location">location</a></li>\r
+  <li><a href="#handle-pathinfo">handle-pathinfo</a></li>\r
+  <li><a href="#permanent-redirect">permanent-redirect</a></li>\r
+  <li><a href="#use-usual-response">use-usual-response</a></li>\r
+  <li><a href="#methods">methods</a></li>\r
+</ul>\r
+\r
+<p></p>\r
+<hr noshade size="1">\r
+\r
+<code><a name="location">location</a></code>\r
+<dl>\r
+  <dt><i>semantics</i></dt>\r
+    <dd>The relocation location.</dd>\r
+  <dt><i>type</i></dt>\r
+    <dd>This attribute is an editable <a\r
+      href="http://jigsaw.w3.org/Doc/Programmer/api/org/w3c/tools/resources/StringAttribute.html">StringAttribute</a></dd>\r
+  <dt><i>default value</i></dt>\r
+    <dd>This attribute defaults to <b>null</b>.</dd>\r
+</dl>\r
+\r
+<p></p>\r
+<hr noshade size="1">\r
+\r
+<code><a name="handle-pathinfo">handle-pathinfo</a></code>\r
+<dl>\r
+  <dt><i>semantics</i></dt>\r
+    <dd>Should this frame also handle extra path infos ? Example:\r
+      <tt>http://yourserver.com/foobar</tt> is relocated at\r
+      <tt>http://yourserver.com/relocated</tt>. If <tt>handle-pathinfo </tt>is\r
+      set to <b>true</b> then a request on\r
+      <tt>http://youserver.com/foobar/index.html</tt> will return a HTTP\r
+      redirect on <tt>http://yourserver.com/relocated/index.html</tt>.</dd>\r
+  <dt><i>type</i></dt>\r
+    <dd>This attribute is an editable <a\r
+      href="http://jigsaw.w3.org/Doc/Programmer/api/org/w3c/tools/resources/BooleanAttribute.html">BooleanAttribute</a></dd>\r
+  <dt><i>default value</i></dt>\r
+    <dd>This attribute defaults to <b>true</b>.</dd>\r
+</dl>\r
+\r
+<p></p>\r
+<hr noshade size="1">\r
+\r
+<code><a name="permanent-redirect">permanent-redirect</a></code>\r
+<dl>\r
+  <dt><i>semantics</i></dt>\r
+    <dd>If use-usual-response is not set, you can select the redirect type\r
+      with this parameter (permanent or temporary).</dd>\r
+  <dt><i>type</i></dt>\r
+    <dd>This attribute is an editable <a\r
+      href="http://jigsaw.w3.org/Doc/Programmer/api/org/w3c/tools/resources/BooleanAttribute.html">BooleanAttribute</a></dd>\r
+  <dt><i>default value</i></dt>\r
+    <dd>This attribute defaults to <b>false</b>.</dd>\r
+</dl>\r
+\r
+<p></p>\r
+<hr noshade size="1">\r
+\r
+<code><a name="use-usual-response">use-usual-response</a></code>\r
+<dl>\r
+  <dt><i>semantics</i></dt>\r
+    <dd>If you want your server to use the classical and deprecated "302\r
+      Found" response.</dd>\r
+  <dt><i>type</i></dt>\r
+    <dd>This attribute is an editable <a\r
+      href="http://jigsaw.w3.org/Doc/Programmer/api/org/w3c/tools/resources/BooleanAttribute.html">BooleanAttribute</a></dd>\r
+  <dt><i>default value</i></dt>\r
+    <dd>This attribute defaults to <b>true</b>.</dd>\r
+</dl>\r
+<hr noshade size="1">\r
+\r
+\r
+<p><code><a name="methods">methods</a></code></p>\r
+\r
+<p>semantics</p>\r
+<dl>\r
+    <dd>Perform the redirection only for the given  HTTP methods (GET, PUT,\r
+      POST, ...). Default is "perform redirection for all methods".</dd>\r
+  <dt><i>type</i></dt>\r
+    <dd>This attribute is an editable <a\r
+      href="http://jigsaw.w3.org/Doc/Programmer/api/org/w3c/tools/resources/StringArrayAttribute.html">StringArrayAttribute</a></dd>\r
+  <dt><i>default value</i></dt>\r
+</dl>\r
+\r
+<p>This attribute defaults to <b>null</b>.</p>\r
+\r
+<p></p>\r
+\r
+<p></p>\r
+<hr noshade size="1">\r
+\r
+\r
+<p><i><a href="mailto:jigsaw@w3.org">Jigsaw Team</a><br>\r
+$Id: org.w3c.jigsaw.frames.RelocateFrame.html,v 1.8 1999/10/27 22:30:44 ylafon\r
+Exp $</i></p>\r
+</body>\r
+</html>\r