Class ActionURLTag
- 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.jsr168.taglib.ActionURLTag
-
- All Implemented Interfaces:
Serializable,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
public class ActionURLTag extends GenerateURLTag
The actionURL tag for the JSR 168 Portlet specification. Creates a URL that must point to the current portlet and must trigger an action request with the supplied parameters.- Version:
- $Revision: 5448 $
- Author:
- Sherman Wood
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringtypeParameter
-
Constructor Summary
Constructors Constructor Description ActionURLTag()
-
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.jsr168.taglib.GenerateURLTag
addParameter, clearPreviousTag, doEndTag, doStartTag, getBasePortletEnvironmentAndURL, getPortletMode, getSecure, getURLParameters, getVar, getWindowState, setPortletMode, setPortletMode, setSecure, setSecure, setVar, setWindowState, setWindowState, writeURL
-
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 classGenerateURLTag- Throws:
Exception
-
-