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
 int doStartTag()
          Processes the actionURL or renderURL tag.
 
Methods inherited from class org.apache.pluto.tags.BasicURLTag
doEndTag, getPortletMode, getSecure, getSecureBoolean, getUrl, getVar, getWindowState, setPortletMode, setSecure, setUrl, 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

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Description copied from class: BasicURLTag
Processes the actionURL or renderURL tag.

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Specified by:
doStartTag in class BasicURLTag
Returns:
int
Throws:
javax.servlet.jsp.JspException


Copyright © 2003-2007 . All Rights Reserved.