Portal Client-specific Content


Standard Syntax:
     <%@ taglib prefix="cscm" uri="http://www.bea.com/servers/portal/tags/client/cscm" %>

XML Syntax:
     <anyxmlelement xmlns:cscm="http://www.bea.com/servers/portal/tags/client/cscm" />

This taglib provides tags to perform client-specific content management (inclusion or exclusion).

Tag Library Information
Display NamePortal Client-specific Content
Version1.0
Short Namecscm
URIhttp://www.bea.com/servers/portal/tags/client/cscm
 

Tag Summary
default Conditionally includes the body content if the request client falls into the "default" category.
not-default Conditionally includes the body content if the request client does not fall into the "default" category.
recognized Conditionally includes the body content if the request client has been explicitly mapped to a classification (albeit perhaps to the default).
not-recognized Conditionally includes the body content if the request client has not been explicitly mapped to a classification (to default or not).
when Conditionally includes the body content if the request client matches the supplied client attribute.
when-not Conditionally includes the body content if the request client does not match the supplied client attribute.
 


Output Generated by Tag Library Documentation Generator. {wls.FOOTER}