netui
netui:rewriteURL Tag
Allows a URL to participate in URL rewritting.
<netui:rewriteURL
URL="string_url" >
... JSP content ...
</netui:rewriteURL>
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. |
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 Class | org.apache.beehive.netui.tags.html.RewriteURL |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |