Liferay 6.0.5

com.liferay.taglib.portlet
Class ActionURLTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
              extended by com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
                  extended by com.liferay.taglib.portlet.ActionURLTag
All Implemented Interfaces:
ParamAncestorTag, PropertyAncestorTag, Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
RenderURLTag, ResourceURLTag

public class ActionURLTag
extends ParamAndPropertyAncestorTagImpl

See Also:
Serialized Form

Field Summary
 
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()
           
static void doTag(String lifecycle, String windowState, String portletMode, String var, String varImpl, Boolean secure, Boolean copyCurrentRenderParameters, Boolean escapeXml, String name, String resourceID, String cacheability, long plid, String portletName, Boolean anchor, Boolean encrypt, long doAsUserId, Boolean portletConfiguration, Map<String,String[]> params, javax.servlet.jsp.PageContext pageContext)
           
 String getLifecycle()
           
 void setAnchor(boolean anchor)
           
 void setCacheability(String cacheability)
           
 void setCopyCurrentRenderParameters(boolean copyCurrentRenderParameters)
           
 void setDoAsUserId(long doAsUserId)
           
 void setEncrypt(boolean encrypt)
           
 void setEscapeXml(boolean escapeXml)
           
 void setId(String resourceID)
           
 void setName(String name)
           
 void setPlid(long plid)
           
 void setPortletConfiguration(boolean portletConfiguration)
           
 void setPortletMode(String portletMode)
           
 void setPortletName(String portletName)
           
 void setSecure(boolean secure)
           
 void setVar(String var)
           
 void setVarImpl(String varImpl)
           
 void setWindowState(String windowState)
           
 
Methods inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getServletContext, getServletRequest, setServletContext
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
getBodyContentAsStringBundler, writeBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, doStartTag, 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

doTag

public static void doTag(String lifecycle,
                         String windowState,
                         String portletMode,
                         String var,
                         String varImpl,
                         Boolean secure,
                         Boolean copyCurrentRenderParameters,
                         Boolean escapeXml,
                         String name,
                         String resourceID,
                         String cacheability,
                         long plid,
                         String portletName,
                         Boolean anchor,
                         Boolean encrypt,
                         long doAsUserId,
                         Boolean portletConfiguration,
                         Map<String,String[]> params,
                         javax.servlet.jsp.PageContext pageContext)
                  throws Exception
Throws:
Exception

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException

getLifecycle

public String getLifecycle()

setWindowState

public void setWindowState(String windowState)

setPortletMode

public void setPortletMode(String portletMode)

setVar

public void setVar(String var)

setVarImpl

public void setVarImpl(String varImpl)

setSecure

public void setSecure(boolean secure)

setCopyCurrentRenderParameters

public void setCopyCurrentRenderParameters(boolean copyCurrentRenderParameters)

setEscapeXml

public void setEscapeXml(boolean escapeXml)

setName

public void setName(String name)

setId

public void setId(String resourceID)
Overrides:
setId in class javax.servlet.jsp.tagext.TagSupport

setCacheability

public void setCacheability(String cacheability)

setPlid

public void setPlid(long plid)

setPortletName

public void setPortletName(String portletName)

setAnchor

public void setAnchor(boolean anchor)

setEncrypt

public void setEncrypt(boolean encrypt)

setDoAsUserId

public void setDoAsUserId(long doAsUserId)

setPortletConfiguration

public void setPortletConfiguration(boolean portletConfiguration)

Liferay 6.0.5