Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

Portal Client-Specific Content
Tag when-not


Description

Conditionally includes the body content if the request client classification does not match the supplied client attribute.

For example,

                <when-not client="iphone" > 
                    hello, non-IPhone user 
                </when>
            
renders the given content if the request user-agent has not been mapped to "iphone" in WEB-INF/client-classifications.xml.


Tag Information
Tag Classcom.bea.netuix.client.jsp.clienttaglib.NotClientTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameWhen Not

Attributes
NameRequiredRequest-timeDescription
clienttruefalse The name of the classification, as defined in WEB-INF/client-classifications, that will be compared against the request's classification.

Variables
No Variables Defined.


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

Copyright © 2010, Oracle. All rights reserved.