Author: jkuhnert Date: Thu Mar 23 07:23:00 2006 New Revision: 388189 URL: http://svn.apache.org/viewcvs?rev=388189&view=rev Log: Documentation patches for new port parameter
Modified: jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ActionLink.xml jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/DirectLink.xml jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ExternalLink.xml jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Form.xml jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/PageLink.xml jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ServiceLink.xml jakarta/tapestry/branches/4.0/status.xml Modified: jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ActionLink.xml URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ActionLink.xml?rev=388189&r1=388188&r2=388189&view=diff ============================================================================== --- jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ActionLink.xml (original) +++ jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ActionLink.xml Thu Mar 23 07:23:00 2006 @@ -122,6 +122,19 @@ </tr> <tr> + <td>port</td> + <td>Integer</td> + <td>in</td> + <td>no</td> + <td/> + <td> The required port (80, 443, 8080. 8443, typically) for the URL. This will force the creation of an + absolute URL when the current request's scheme does not match the value for this parameter. This is most + often used in conjunction with scheme to switch to "https:443"/"https:8443" for secure portions of an + application (such as a login page), before switching back to standard "http:80"/"http:80" for the majority + of an application. </td> + </tr> + + <tr> <td>renderer</td> <td>&ILinkRenderer;</td> <td>in</td> Modified: jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/DirectLink.xml URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/DirectLink.xml?rev=388189&r1=388188&r2=388189&view=diff ============================================================================== --- jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/DirectLink.xml (original) +++ jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/DirectLink.xml Thu Mar 23 07:23:00 2006 @@ -150,6 +150,19 @@ </tr> <tr> + <td>port</td> + <td>Integer</td> + <td>in</td> + <td>no</td> + <td/> + <td> The required port (80, 443, 8080. 8443, typically) for the URL. This will force the creation of an + absolute URL when the current request's scheme does not match the value for this parameter. This is most + often used in conjunction with scheme to switch to "https:443"/"https:8443" for secure portions of an + application (such as a login page), before switching back to standard "http:80"/"http:80" for the majority + of an application. </td> + </tr> + + <tr> <td>renderer</td> <td>&ILinkRenderer;</td> <td>in</td> Modified: jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ExternalLink.xml URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ExternalLink.xml?rev=388189&r1=388188&r2=388189&view=diff ============================================================================== --- jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ExternalLink.xml (original) +++ jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ExternalLink.xml Thu Mar 23 07:23:00 2006 @@ -101,7 +101,19 @@ </td> </tr> - + <tr> + <td>port</td> + <td>Integer</td> + <td>in</td> + <td>no</td> + <td/> + <td> The required port (80, 443, 8080. 8443, typically) for the URL. This will force the creation of an + absolute URL when the current request's scheme does not match the value for this parameter. This is most + often used in conjunction with scheme to switch to "https:443"/"https:8443" for secure portions of an + application (such as a login page), before switching back to standard "http:80"/"http:80" for the majority + of an application. </td> + </tr> + <tr> <td>target</td> <td>String</td> Modified: jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Form.xml URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Form.xml?rev=388189&r1=388188&r2=388189&view=diff ============================================================================== --- jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Form.xml (original) +++ jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Form.xml Thu Mar 23 07:23:00 2006 @@ -151,6 +151,18 @@ often used to switch to "https" for secure portions of an application (such as a login page), before switching back to standard "http" for the majority of an application. </td> </tr> + <tr> + <td>port</td> + <td>Integer</td> + <td>in</td> + <td>no</td> + <td/> + <td> The required port (80, 443, 8080. 8443, typically) for the URL. This will force the creation of an + absolute URL when the current request's scheme does not match the value for this parameter. This is most + often used in conjunction with scheme to switch to "https:443"/"https:8443" for secure portions of an + application (such as a login page), before switching back to standard "http:80"/"http:80" for the majority + of an application. </td> + </tr> </table> <p> Body: <strong>allowed</strong> </p> Modified: jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/PageLink.xml URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/PageLink.xml?rev=388189&r1=388188&r2=388189&view=diff ============================================================================== --- jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/PageLink.xml (original) +++ jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/PageLink.xml Thu Mar 23 07:23:00 2006 @@ -110,6 +110,19 @@ </tr> <tr> + <td>port</td> + <td>Integer</td> + <td>in</td> + <td>no</td> + <td/> + <td> The required port (80, 443, 8080. 8443, typically) for the URL. This will force the creation of an + absolute URL when the current request's scheme does not match the value for this parameter. This is most + often used in conjunction with scheme to switch to "https:443"/"https:8443" for secure portions of an + application (such as a login page), before switching back to standard "http:80"/"http:80" for the majority + of an application. </td> + </tr> + + <tr> <td>target</td> <td>String</td> Modified: jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ServiceLink.xml URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ServiceLink.xml?rev=388189&r1=388188&r2=388189&view=diff ============================================================================== --- jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ServiceLink.xml (original) +++ jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ServiceLink.xml Thu Mar 23 07:23:00 2006 @@ -115,7 +115,19 @@ </td> </tr> - + <tr> + <td>port</td> + <td>Integer</td> + <td>in</td> + <td>no</td> + <td/> + <td> The required port (80, 443, 8080. 8443, typically) for the URL. This will force the creation of an + absolute URL when the current request's scheme does not match the value for this parameter. This is most + often used in conjunction with scheme to switch to "https:443"/"https:8443" for secure portions of an + application (such as a login page), before switching back to standard "http:80"/"http:80" for the majority + of an application. </td> + </tr> + <tr> <td>renderer</td> <td>&ILinkRenderer;</td> Modified: jakarta/tapestry/branches/4.0/status.xml URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/status.xml?rev=388189&r1=388188&r2=388189&view=diff ============================================================================== --- jakarta/tapestry/branches/4.0/status.xml (original) +++ jakarta/tapestry/branches/4.0/status.xml Thu Mar 23 07:23:00 2006 @@ -176,6 +176,9 @@ <action type="fix" dev="JK" fixes-bug="TAPESTRY-826" due-to="Brian K. Wallace" > Changed reference from RenderBody to RenderBlock as RenderBlock has the example usage of @Any </action> + <action type="update" dev="JK" fixes-bug="TAPESTRY-880" due-to="Fernando" > + Added new port scheme documentation. + </action> </release> <release version="4.0" date="Jan 6 2006"> <action type="update" dev="HLS">Add link to DeveloperWorks Tapestry article</action> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]