org.apache.pluto.tags
Class ActionURLTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.apache.pluto.tags.BaseURLTag
          extended by org.apache.pluto.tags.PortletURLTag
              extended by org.apache.pluto.tags.ActionURLTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class ActionURLTag
extends PortletURLTag

A tag handler for the actionURL tag,which creates a url that points to the current Portlet and triggers an action request with the supplied parameters.

Version:
2.0
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.pluto.tags.PortletURLTag
PortletURLTag.TEI
 
Field Summary
 
Fields inherited from class org.apache.pluto.tags.PortletURLTag
copyCurrentRenderParameters, portletMode, url, windowState
 
Fields inherited from class org.apache.pluto.tags.BaseURLTag
escapeXml, parametersMap, propertiesMap, secure, secureBoolean, var
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ActionURLTag()
           
 
Method Summary
protected  PortletURL createPortletUrl(PortletResponse portletResponse)
          Creates an action PortletURL
 
Methods inherited from class org.apache.pluto.tags.PortletURLTag
doCopyCurrentRenderParameters, doEndTag, doStartTag, getCopyCurrentRenderParameters, getPortletMode, getUrl, getWindowState, setCopyCurrentRenderParameters, setPortletMode, setUrl, setWindowState
 
Methods inherited from class org.apache.pluto.tags.BaseURLTag
addParameter, addProperty, doEscapeXml, getEscapeXml, getSecure, getSecureBoolean, getVar, release, setEscapeXml, setSecure, setUrlParameters, setUrlProperties, setVar
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionURLTag

public ActionURLTag()
Method Detail

createPortletUrl

protected PortletURL createPortletUrl(PortletResponse portletResponse)
Creates an action PortletURL

Specified by:
createPortletUrl in class PortletURLTag
Parameters:
portletResponse - PortletResponse
Returns:
PortletURL


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.