Liferay 6.1.2-ce-ga3

com.liferay.taglib.ui
Class InputPermissionsParamsTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by com.liferay.taglib.ui.InputPermissionsParamsTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class InputPermissionsParamsTag
extends javax.servlet.jsp.tagext.TagSupport

See Also:
InputPermissionsParamsTagUtil, Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
InputPermissionsParamsTag()
           
 
Method Summary
 int doEndTag()
           
static String doTag(String modelName, javax.servlet.jsp.PageContext pageContext)
           
static String getDefaultViewRole(String modelName, ThemeDisplay themeDisplay)
           
 void setModelName(String modelName)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputPermissionsParamsTag

public InputPermissionsParamsTag()
Method Detail

doTag

public static String doTag(String modelName,
                           javax.servlet.jsp.PageContext pageContext)
                    throws Exception
Throws:
Exception

getDefaultViewRole

public static String getDefaultViewRole(String modelName,
                                        ThemeDisplay themeDisplay)
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

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.TagSupport
Throws:
javax.servlet.jsp.JspException

setModelName

public void setModelName(String modelName)

Liferay 6.1.2-ce-ga3