org.apache.pluto.tags
Class RenderURLTag

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.RenderURLTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class RenderURLTag
extends PortletURLTag

A tag handler for the renderURL tag,which creates a url that points to the current Portlet and triggers a render 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
RenderURLTag()
           
 
Method Summary
protected  PortletURL createPortletUrl(PortletResponse portletResponse)
          Creates a render 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

RenderURLTag

public RenderURLTag()
Method Detail

createPortletUrl

protected PortletURL createPortletUrl(PortletResponse portletResponse)
Creates a render PortletURL

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


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