Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06
Portal Client-Specific Content
Tag default
Includes the body content if the request
client classification falls into the "default" category, i.e. the request user-agent
is not matched by any items in WEB-INF/client-classifications.xml, or is matched by
the classification named "default".
For example, suppose your WEB-INF/client-classifications.xml file looks like
<classifications>
<classification name="abc">
<useragent value="ua_abc" />
</classification>
<classification name="default">
<useragent value="ua_def" />
</classification>
</classifications>
If your request has user-agent "ua_def" or anything other than "ua_abc",
then this tag will render its body content. If not, this tag will not render anything.
| | |
Tag Information |
Tag Class | com.bea.netuix.client.jsp.clienttaglib.DefaultTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | Default |
| | | | |
Attributes |
No Attributes Defined. |
| | | | | |
Variables |
No Variables Defined. |
Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06
Copyright © 2011, Oracle. All rights reserved.