com.bea.netuix.client.jsp.clienttaglib
Class NotClientTag

java.lang.Object
  extended by TagSupport
      extended by com.bea.netuix.client.jsp.clienttaglib.BaseTag
          extended by com.bea.netuix.client.jsp.clienttaglib.NotClientTag

public class NotClientTag
extends BaseTag

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.


Field Summary
 
Fields inherited from class com.bea.netuix.client.jsp.clienttaglib.BaseTag
client, debug
 
Constructor Summary
NotClientTag()
           
 
Method Summary
 int doStartTag()
          Include the tag body if the client classification of the request is NOT contained in the tag's client attribute.
 
Methods inherited from class com.bea.netuix.client.jsp.clienttaglib.BaseTag
getClient, isDefault, isMatch, isRecognized, release, setClient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotClientTag

public NotClientTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Include the tag body if the client classification of the request is NOT contained in the tag's client attribute.

Throws
JspException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved