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

java.lang.Object
  extended by TagSupport
      extended by org.jboss.portal.portlet.impl.jsr168.taglib.PortletTag
Direct Known Subclasses:
ActionURLTag, DefineObjectsTag, NamespaceTag, RenderURLTag

public class PortletTag
extends TagSupport

Superclass of the portlet tags for the JSR 168 Portlet specification.

Provides hooks into the portlet environment

Version:
$Revision: 5448 $
Author:
Sherman Wood

Constructor Summary
PortletTag()
           
 
Method Summary
protected  PortletConfig getConfig()
           
protected  HttpServletRequest getDispatchedRequest()
           
protected  PortletInvocation getInvocation()
          Set up the environment for accessing the portlat environment
protected  RenderRequest getRequest()
           
protected  RenderResponse getResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletTag

public PortletTag()
Method Detail

getDispatchedRequest

protected HttpServletRequest getDispatchedRequest()

getRequest

protected RenderRequest getRequest()

getResponse

protected RenderResponse getResponse()

getConfig

protected PortletConfig getConfig()

getInvocation

protected PortletInvocation getInvocation()
Set up the environment for accessing the portlat environment

Returns:
The invocation that called the superclasses of this tag