com.mf.roundhouse.portal.taglib
Class ActionURL

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

public class ActionURL
extends BasicURLTag

Supporting class for the actionURL tag. Creates a url that points to the current Portlet and triggers an action 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
ActionURL()
           
 
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

ActionURL

public ActionURL()
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.