org.apache.pluto.tags
Class RenderURLTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byorg.apache.pluto.tags.BasicURLTag
          extended byorg.apache.pluto.tags.RenderURLTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class RenderURLTag
extends BasicURLTag

Supporting class for the renderURL tag. Creates a url that points to the current Portlet and triggers an render request * with the supplied parameters. *

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.pluto.tags.BasicURLTag
BasicURLTag.TEI
 
Field Summary
 
Fields inherited from class org.apache.pluto.tags.BasicURLTag
portletMode, secure, secureBoolean, url, var, windowState
 
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  javax.portlet.PortletURL createPortletURL()
           
 
Methods inherited from class org.apache.pluto.tags.BasicURLTag
doEndTag, doStartTag, getPortletMode, getSecure, getSecureBoolean, getUrl, getVar, getWindowState, setPortletMode, setSecure, setVar, setWindowState
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, 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 javax.portlet.PortletURL createPortletURL()
Specified by:
createPortletURL in class BasicURLTag


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