com.bea.netuix.client.jsp.clienttaglib
Class NotClientTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--com.bea.netuix.client.jsp.clienttaglib.BaseTag
|
+--com.bea.netuix.client.jsp.clienttaglib.NotClientTag
- All Implemented Interfaces:
- IterationTag, Serializable, Tag
- public class NotClientTag
- extends BaseTag
Client-awareness content filtering tags.
- See Also:
- Serialized Form
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 javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotClientTag
public NotClientTag()
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.
- Specified by:
doStartTag
in interface Tag
- Overrides:
doStartTag
in class TagSupport
JspException
Copyright © 2003 BEA Systems, Inc. All Rights Reserved