ClientTag Class
- public class ClientTag
extends BaseTag
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.
-
Hierarchy
-
Object
TagSupport
BaseTag
ClientTag
-
All Implemented Interfaces
-
IterationTag
, Serializable
, Tag
public int |
-
doStartTag ()
- Include the tag body if the client classification of the request matches a client
in the tag's client attribute.
|
Methods from javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientTag
public ClientTag()
doStartTag() Method
public int doStartTag()
throws JspException
Include the tag body if the client classification of the request matches a client
in the tag's client attribute.
-
Overrides
-
TagSupport.doStartTag()
Exceptions
-
JspException