NotRecognizedTag Class
- public class NotRecognizedTag
extends BaseTag
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.
-
Hierarchy
-
Object
TagSupport
BaseTag
NotRecognizedTag
-
All Implemented Interfaces
-
IterationTag
, Serializable
, Tag
public int |
-
doStartTag ()
- Include the tag body if the client classification of the request is NOT recognized.
|
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 |
NotRecognizedTag
public NotRecognizedTag()
doStartTag() Method
public int doStartTag()
throws JspException
Include the tag body if the client classification of the request is NOT recognized.
-
Overrides
-
TagSupport.doStartTag()
Exceptions
-
JspException