NetUI Tag Library Documentation (Version 1.0.2)

netui
netui:rewriteURL Tag

Allows a URL to participate in URL rewritting.

Syntax

<netui:rewriteURL
    URL="string_url" >
    ... JSP content ...
</netui:rewriteURL>

Description

Allows a URL to participate in URL rewritting. Some containers rewrite URLs. This tag will pass the URL attribute through the rewriters to generate a rewritten URL before it is output into the HTML stream.

Attributes
URL
Required: Yes  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The value of the URL that will be rewritten.

Example

In this sample, the URL attribute will be rewritten and output within the span tags. The actual value that will be written to the rendered HTML may change depending on the application container.

    <span>URL: <netui:rewriteURL URL="foo.do"/></span>


Tag Information
Tag Classorg.apache.beehive.netui.tags.html.RewriteURL
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone