org.jboss.portal.portlet.impl.jsr168.taglib
Class NamespaceTag

java.lang.Object
  extended by TagSupport
      extended by org.jboss.portal.portlet.impl.jsr168.taglib.PortletTag
          extended by org.jboss.portal.portlet.impl.jsr168.taglib.NamespaceTag

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

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

NamespaceTag

public NamespaceTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

doEndTag

public int doEndTag()
             throws JspException
Throws:
JspException