com.bea.netuix.client.jsp.clienttaglib

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

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.