com.bea.netuix.client.jsp.clienttaglib
Class ClientTag
java.lang.Object
TagSupport
com.bea.netuix.client.jsp.clienttaglib.BaseTag
com.bea.netuix.client.jsp.clienttaglib.ClientTag
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.
|
Method Summary |
int |
doStartTag()
Include the tag body if the client classification of the request matches a client
in the tag's client attribute. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientTag
public ClientTag()
doStartTag
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.
- Throws
JspException
Copyright © 2006 BEA Systems, Inc. All Rights Reserved