Class PortletTag

  • All Implemented Interfaces:
    Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
    Direct Known Subclasses:
    DefineObjects286Tag, DefineObjectsTag, GenerateURLTag, NamespaceTag

    public class PortletTag
    extends javax.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:
    Serialized Form
    • Constructor Detail

      • PortletTag

        public PortletTag()
    • Method Detail

      • getDispatchedRequest

        protected javax.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