Package com.bea.netuix.client.jsp.clienttaglib

Class Summary
BaseTag Base class for all client-awareness content filtering tags.
ClientTag Client-awareness content filtering tag which includes content if the effective client classification from the request matches one of the client classifications specified in the client list in the tag attribute.
DefaultTag Client-awareness content filtering tag which includes content if the effective client classification from the request is resolved to the "default" classification.
NotClientTag Client-awareness content filtering tag which includes the enclosed content if the effective client classification from the request is NOT in the tag's client attribute list.
NotDefaultTag Client-awareness content filtering tag which includes the enclosed content if the effective client classification from the request is NOT resolved to the "default" classification.
NotRecognizedTag Client-awareness content filtering tag which includes the enclosed content if the effective client classification from the request is NOT recognized as a configured classification.
RecognizedTag Client-awareness content filtering tag which includes the enclosed content if the effective client classification from the request is recognized as a configured classification.
 



Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.