Class PortletTag

java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
org.gatein.pc.portlet.impl.jsr168.taglib.PortletTag
All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag, jakarta.servlet.jsp.tagext.JspTag, jakarta.servlet.jsp.tagext.Tag, Serializable
Direct Known Subclasses:
DefineObjects286Tag, DefineObjectsTag, GenerateURLTag, NamespaceTag

public class PortletTag extends jakarta.servlet.jsp.tagext.TagSupport
Superclass of the portlet tags for the JSR 168 Portlet specification. Provides hooks into the portlet environment
Version:
$Revision: 5448 $
Author:
Sherman Wood, Boleslaw Dawidowicz
See Also:
  • Constructor Details

    • PortletTag

      public PortletTag()
  • Method Details

    • getDispatchedRequest

      protected jakarta.servlet.http.HttpServletRequest getDispatchedRequest()
    • getPortletRequest

      protected javax.portlet.PortletRequest getPortletRequest()
    • getPortletResponse

      protected javax.portlet.PortletResponse getPortletResponse()
    • getConfig

      protected javax.portlet.PortletConfig getConfig()
    • getRenderRequest

      protected javax.portlet.RenderRequest getRenderRequest()
    • getRenderResponse

      protected javax.portlet.RenderResponse getRenderResponse()
    • getActionRequest

      protected javax.portlet.ActionRequest getActionRequest()
    • getActionResponse

      protected javax.portlet.ActionResponse getActionResponse()
    • getEventRequest

      protected javax.portlet.EventRequest getEventRequest()
    • getEventResponse

      protected javax.portlet.EventResponse getEventResponse()
    • getResourceRequest

      protected javax.portlet.ResourceRequest getResourceRequest()
    • getResourceResponse

      protected javax.portlet.ResourceResponse getResourceResponse()
    • getSession

      protected javax.portlet.PortletSession getSession()
    • getPortletSessionScope

      protected Map<String,Object> getPortletSessionScope()
    • getPortletPreferences

      protected javax.portlet.PortletPreferences getPortletPreferences()
    • getPortletPreferenceValues

      protected Map<String,String[]> getPortletPreferenceValues()
    • getInvocation

      protected org.gatein.pc.api.invocation.PortletInvocation getInvocation()
      Set up the environment for accessing the portlat environment
      Returns:
      The invocation that called the superclasses of this tag