当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
NamespaceTag - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.portlet.impl.jsr168.taglib
Class NamespaceTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.jboss.portal.portlet.impl.jsr168.taglib.PortletTag
org.jboss.portal.portlet.impl.jsr168.taglib.NamespaceTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class NamespaceTag
- extends PortletTag
The namespace tag for the JSR 168 Portlet specification.
This tag produces a unique value for the current portlet.
This tag should be used for named elements in the portlet output (such as Javascript functions and variables). The
namespacing ensures that the given name is uniquely associated with this portlet and avoids name conflicts with other
elements on the portal page or with other portlets on the page.
- Version:
- $Revision: 5448 $
- Author:
- Sherman Wood
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- The serialVersionUID
- See Also:
- Constant Field Values
NamespaceTag
public NamespaceTag()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException