org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.tags
Class ActionURLTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.tags.XURLTag
              extended by org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.tags.ActionURLTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class ActionURLTag
extends XURLTag

Created by The eXo Platform SAS. Author : Mestrallet Benjamin benjmestrallet@users.sourceforge.net Date: Aug 20, 2003 Time: 2:47:30 PM

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.tags.XURLTag
copyCurrentRenderParameters, escapeXml, portletMode, resourceCacheability, resourceID, secure, var, windowState
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
ActionURLTag()
           
 
Method Summary
 int doEndTag()
          Overridden method.
 java.lang.String getName()
           
 javax.portlet.BaseURL getPortletURL()
          Overridden method.
 void setName(java.lang.String name)
           
 
Methods inherited from class org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.tags.XURLTag
addParameter, addParameters, addProperty, doStartTag, setCacheability, setCopyCurrentRenderParameters, setEscapeXml, setId, setPortletMode, setProperties, setSecure, setVar, setWindowState, URLToString
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

ActionURLTag

public ActionURLTag()
Method Detail

getName

public final java.lang.String getName()
Returns:
name

setName

public final void setName(java.lang.String name)
Parameters:
name - name

getPortletURL

public final javax.portlet.BaseURL getPortletURL()
Overridden method.

Specified by:
getPortletURL in class XURLTag
Returns:
portlet url
See Also:
XURLTag.getPortletURL()

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Description copied from class: XURLTag
Overridden method.

Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class XURLTag
Returns:
tag evaluation resul
Throws:
javax.servlet.jsp.JspException
See Also:
BodyTagSupport.doEndTag()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.