|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTagSupport
org.jboss.portal.portlet.impl.jsr168.taglib.PortletTag
org.jboss.portal.portlet.impl.jsr168.taglib.NamespaceTag
public class NamespaceTag
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.
Constructor Summary | |
---|---|
NamespaceTag()
|
Method Summary | |
---|---|
int |
doEndTag()
|
int |
doStartTag()
|
Methods inherited from class org.jboss.portal.portlet.impl.jsr168.taglib.PortletTag |
---|
getConfig, getDispatchedRequest, getInvocation, getRequest, getResponse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamespaceTag()
Method Detail |
---|
public int doStartTag() throws JspException
JspException
public int doEndTag() throws JspException
JspException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |