com.mf.roundhouse.portal.taglib
Class RenderURL

java.lang.Object
  extended byTagSupport
      extended bycom.mf.roundhouse.portal.taglib.BasicURLTag
          extended bycom.mf.roundhouse.portal.taglib.RenderURL

public class RenderURL
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 com.mf.roundhouse.portal.taglib.BasicURLTag
BasicURLTag.TEI
 
Field Summary
 
Fields inherited from class com.mf.roundhouse.portal.taglib.BasicURLTag
portletMode, secure, secureBoolean, url, var, windowState
 
Constructor Summary
RenderURL()
           
 
Method Summary
 int doStartTag()
          Processes the actionURL or renderURL tag.
 
Methods inherited from class com.mf.roundhouse.portal.taglib.BasicURLTag
doEndTag, getPortletMode, getSecure, getSecureBoolean, getUrl, getVar, getWindowState, setPortletMode, setSecure, setUrl, setVar, setWindowState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderURL

public RenderURL()
Method Detail

doStartTag

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

Specified by:
doStartTag in class BasicURLTag
Returns:
int
Throws:
JspException


Copyright © 2004 Media Fortress, LLC. Licensed for commercial use under the Apache 2.0 License.