Class PortletTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.gatein.pc.portlet.impl.jsr168.taglib.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.TagSupportSuperclass 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 Summary
Constructors Constructor Description PortletTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.portlet.ActionRequestgetActionRequest()protected javax.portlet.ActionResponsegetActionResponse()protected javax.portlet.PortletConfiggetConfig()protected javax.servlet.http.HttpServletRequestgetDispatchedRequest()protected javax.portlet.EventRequestgetEventRequest()protected javax.portlet.EventResponsegetEventResponse()protected org.gatein.pc.api.invocation.PortletInvocationgetInvocation()Set up the environment for accessing the portlat environmentprotected javax.portlet.PortletPreferencesgetPortletPreferences()protected Map<String,String[]>getPortletPreferenceValues()protected javax.portlet.PortletRequestgetPortletRequest()protected javax.portlet.PortletResponsegetPortletResponse()protected Map<String,Object>getPortletSessionScope()protected javax.portlet.RenderRequestgetRenderRequest()protected javax.portlet.RenderResponsegetRenderResponse()protected javax.portlet.ResourceRequestgetResourceRequest()protected javax.portlet.ResourceResponsegetResourceResponse()protected javax.portlet.PortletSessiongetSession()
-
-
-
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()
-
getPortletPreferences
protected javax.portlet.PortletPreferences getPortletPreferences()
-
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
-
-