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:
-
Field Summary
Fields inherited from class jakarta.servlet.jsp.tagext.TagSupport
id, pageContextFields inherited from interface jakarta.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields inherited from interface jakarta.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected javax.portlet.ActionRequestprotected javax.portlet.ActionResponseprotected javax.portlet.PortletConfigprotected jakarta.servlet.http.HttpServletRequestprotected javax.portlet.EventRequestprotected javax.portlet.EventResponseprotected org.gatein.pc.api.invocation.PortletInvocationSet up the environment for accessing the portlat environmentprotected javax.portlet.PortletPreferencesprotected javax.portlet.PortletRequestprotected javax.portlet.PortletResponseprotected javax.portlet.RenderRequestprotected javax.portlet.RenderResponseprotected javax.portlet.ResourceRequestprotected javax.portlet.ResourceResponseprotected javax.portlet.PortletSessionMethods inherited from class jakarta.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
-
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
-
getPortletPreferences
protected javax.portlet.PortletPreferences getPortletPreferences() -
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
-