| |||||||
FRAMES NO FRAMES |
Render an URI
Renders a request URI based on exactly the same rules as the link
tag does, but without creating the <a>
hyperlink. This value is useful when you want to generate a string constant for use by a JavaScript procedure.
Tag Information | |
Tag Class | it.eng.spago.taglib.html.RewriteTag |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
anchor | false | true | java.lang.String | Optional anchor tag ("#xxx") to be added to the generated hyperlink. Specify this value without any "#" character. |
href | false | true | java.lang.String | The URL to which this hyperlink will transfer control if activated. This hyperlink may be dynamically modified by the inclusion of query parameters, as described in the tag description. |
paramId | false | true | java.lang.String | The name of the request parameter that will be dynamically added to the generated hyperlink. The corresponding value is defined by the |
paramName | false | true | java.lang.String | The name of a |
paramScope | false | true | java.lang.String | The scope within which to search for the bean specified by the |
property | false | true | java.lang.String | The name of a |
scope | false | true | java.lang.String | The scope within which to search for the bean specified by the |
transaction | false | true | boolean | If set to |
useLocalEncoding | false | true | boolean | If set to |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |