com.liferay.taglib.portlet
Class ActionURLTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended bycom.liferay.taglib.util.ParamAncestorTagImpl
              extended bycom.liferay.taglib.portlet.ActionURLTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, ParamAncestorTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
RenderURLTag

public class ActionURLTag
extends ParamAncestorTagImpl

View Source

Author:
Brian Wing Shun Chan
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 java.lang.String doTag(boolean action, java.lang.String windowState, java.lang.String portletMode, java.lang.String var, java.lang.String varImpl, java.lang.Boolean secure, java.lang.String portletName, java.lang.Boolean anchor, java.lang.Boolean encrypt, long doAsUserId, java.lang.Boolean portletConfiguration, java.util.Map params, boolean writeOutput, javax.servlet.jsp.PageContext pageContext)
           
 boolean isAction()
           
 void setAnchor(boolean anchor)
           
 void setDoAsUserId(long doAsUserId)
           
 void setEncrypt(boolean encrypt)
           
 void setPortletConfiguration(boolean portletConfiguration)
           
 void setPortletMode(java.lang.String portletMode)
           
 void setPortletName(java.lang.String portletName)
           
 void setSecure(boolean secure)
           
 void setVar(java.lang.String var)
           
 void setVarImpl(java.lang.String varImpl)
           
 void setWindowState(java.lang.String windowState)
           
 
Methods inherited from class com.liferay.taglib.util.ParamAncestorTagImpl
addParam, clearParams, getParams, getServletContext, getServletRequest, getServletResponse, include
 
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, setId, 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 java.lang.String doTag(boolean action,
                                     java.lang.String windowState,
                                     java.lang.String portletMode,
                                     java.lang.String var,
                                     java.lang.String varImpl,
                                     java.lang.Boolean secure,
                                     java.lang.String portletName,
                                     java.lang.Boolean anchor,
                                     java.lang.Boolean encrypt,
                                     long doAsUserId,
                                     java.lang.Boolean portletConfiguration,
                                     java.util.Map params,
                                     boolean writeOutput,
                                     javax.servlet.jsp.PageContext pageContext)
                              throws java.lang.Exception
Throws:
java.lang.Exception

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException

isAction

public boolean isAction()

setWindowState

public void setWindowState(java.lang.String windowState)

setPortletMode

public void setPortletMode(java.lang.String portletMode)

setVar

public void setVar(java.lang.String var)

setVarImpl

public void setVarImpl(java.lang.String varImpl)

setSecure

public void setSecure(boolean secure)

setPortletName

public void setPortletName(java.lang.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)