Class RenderURL286Tag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.gatein.pc.portlet.impl.jsr168.taglib.PortletTag
-
- org.gatein.pc.portlet.impl.jsr168.taglib.GenerateURLTag
-
- org.gatein.pc.portlet.impl.jsr286.taglib.GenerateURL286Tag
-
- org.gatein.pc.portlet.impl.jsr286.taglib.RenderURL286Tag
-
- All Implemented Interfaces:
Serializable,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
public class RenderURL286Tag extends GenerateURL286Tag
- Version:
- : 0.1 $
- Author:
- Boleslaw Dawidowicz
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringtypeParameter
-
Constructor Summary
Constructors Constructor Description RenderURL286Tag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.portlet.BaseURLgenerateURL()protected StringgetTypeValue()Get the type - action or render - from the implementing subclass-
Methods inherited from class org.gatein.pc.portlet.impl.jsr286.taglib.GenerateURL286Tag
addProperty, clearPreviousTag, getBasePortletEnvironmentAndURL, getCopyCurrentRenderParameters, getEscapeXml, isEscapeXml, removeTagParametersWithEmptyValue, setCopyCurrentRenderParameters, setCopyCurrentRenderParameters, setEscapeXml, writeURL
-
Methods inherited from class org.gatein.pc.portlet.impl.jsr168.taglib.GenerateURLTag
addParameter, doEndTag, doStartTag, getPortletMode, getSecure, getURLParameters, getVar, getWindowState, setPortletMode, setPortletMode, setSecure, setSecure, setVar, setWindowState, setWindowState
-
Methods inherited from class org.gatein.pc.portlet.impl.jsr168.taglib.PortletTag
getActionRequest, getActionResponse, getConfig, getDispatchedRequest, getEventRequest, getEventResponse, getInvocation, getPortletPreferences, getPortletPreferenceValues, getPortletRequest, getPortletResponse, getPortletSessionScope, getRenderRequest, getRenderResponse, getResourceRequest, getResourceResponse, getSession
-
-
-
-
Field Detail
-
typeParameter
public static String typeParameter
-
-
Method Detail
-
getTypeValue
protected String getTypeValue()
Description copied from class:GenerateURLTagGet the type - action or render - from the implementing subclass- Specified by:
getTypeValuein classGenerateURLTag- Returns:
- the value for the "type" portal parameter
-
generateURL
protected javax.portlet.BaseURL generateURL() throws Exception- Overrides:
generateURLin classGenerateURL286Tag- Throws:
Exception
-
-