com.liferay.taglib.ui
Class InputPermissionsTag
java.lang.Object
com.liferay.portal.kernel.servlet.taglib.TagSupport
com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
com.liferay.taglib.util.AttributesTagSupport
com.liferay.taglib.util.IncludeTag
com.liferay.taglib.ui.InputPermissionsTag
- All Implemented Interfaces:
- ParamAncestorTag, PropertyAncestorTag, javax.servlet.jsp.tagext.DynamicAttributes, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class InputPermissionsTag
- extends IncludeTag
- Author:
- Brian Wing Shun Chan, Wilson S. Man
- See Also:
com.liferay.portal.servlet.taglib.ui.InputPermissionsTagUtil
| Fields inherited from class com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport |
bodyContent |
| Fields inherited from class com.liferay.portal.kernel.servlet.taglib.TagSupport |
pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
|
Method Summary |
int |
doEndTag()
|
static java.lang.String |
doTag(java.lang.String formName,
java.lang.String modelName,
javax.servlet.jsp.PageContext pageContext)
|
static java.lang.String |
doTag(java.lang.String page,
java.lang.String formName,
java.lang.String modelName,
javax.servlet.jsp.PageContext pageContext)
|
protected java.lang.String |
getPage()
|
void |
setFormName(java.lang.String formName)
|
void |
setModelName(java.lang.String modelName)
|
| Methods inherited from class com.liferay.taglib.util.IncludeTag |
callSetAttributes, cleanUp, cleanUpSetAttributes, doInclude, doIncludeTheme, doStartTag, getCustomPage, getEndPage, getServletContext, getStartPage, include, isCleanUpSetAttributes, isTrimNewLines, isUseCustomPage, processEndTag, processStartTag, runEndTag, runStartTag, runTag, setAttributes, setCalledSetAttributes, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExists |
| Methods inherited from class com.liferay.taglib.util.AttributesTagSupport |
clearDynamicAttributes, getAttributeNamespace, getCustomAttributes, getDynamicAttribute, getDynamicAttributes, getNamespacedAttribute, getScopedAttribute, getScopedAttributes, setAttributeNamespace, setCustomAttributes, setDynamicAttribute, setNamespacedAttribute, setScopedAttribute, writeDynamicAttributes |
| Methods inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl |
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getServletRequest, getServletResponse, isAllowEmptyParam, setAllowEmptyParam, setServletContext |
| Methods inherited from class com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport |
doAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, release, setBodyContent, writeBodyContent |
| Methods inherited from class com.liferay.portal.kernel.servlet.taglib.TagSupport |
findAncestorWithClass, getParent, setPageContext, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputPermissionsTag
public InputPermissionsTag()
doTag
public static java.lang.String doTag(java.lang.String formName,
java.lang.String modelName,
javax.servlet.jsp.PageContext pageContext)
throws java.lang.Exception
- Throws:
java.lang.Exception
doTag
public static java.lang.String doTag(java.lang.String page,
java.lang.String formName,
java.lang.String modelName,
javax.servlet.jsp.PageContext pageContext)
throws java.lang.Exception
- Throws:
java.lang.Exception
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag- Overrides:
doEndTag in class IncludeTag
- Throws:
javax.servlet.jsp.JspException
setFormName
public void setFormName(java.lang.String formName)
setModelName
public void setModelName(java.lang.String modelName)
getPage
protected java.lang.String getPage()
- Overrides:
getPage in class IncludeTag