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
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:
-
Field Summary
FieldsFields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContextFields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected javax.portlet.BaseURLprotected StringGet the type - action or render - from the implementing subclassMethods 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, writeURLMethods 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, getSessionMethods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
-
Field Details
-
typeParameter
-
-
Constructor Details
-
ActionURLTag
public ActionURLTag()
-
-
Method Details
-
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
- Overrides:
generateURLin classGenerateURLTag- Throws:
Exception
-