public class InputTag
extends com.liferay.taglib.util.IncludeTag
Constructor and Description |
---|
InputTag() |
Modifier and Type | Method and Description |
---|---|
protected void |
cleanUp() |
java.lang.String |
getClassName() |
long |
getClassPK() |
java.lang.String |
getInputAddon() |
java.lang.String |
getName() |
protected java.lang.String |
getPage() |
boolean |
isDisabled() |
boolean |
isLocalizable() |
boolean |
isShowHistory() |
boolean |
isShowLabel() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setClassName(java.lang.String className) |
void |
setClassPK(long classPK) |
void |
setDisabled(boolean disabled) |
void |
setInputAddon(java.lang.String inputAddon) |
void |
setLocalizable(boolean localizable) |
void |
setName(java.lang.String name) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setShowHistory(boolean showHistory) |
void |
setShowLabel(boolean showLabel) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExists
clearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setServletContext
doAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContent
findAncestorWithClass, getParent, setParent
public java.lang.String getClassName()
public long getClassPK()
public java.lang.String getInputAddon()
public java.lang.String getName()
public boolean isDisabled()
public boolean isLocalizable()
public boolean isShowHistory()
public boolean isShowLabel()
public void setClassName(java.lang.String className)
public void setClassPK(long classPK)
public void setDisabled(boolean disabled)
public void setInputAddon(java.lang.String inputAddon)
public void setLocalizable(boolean localizable)
public void setName(java.lang.String name)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext
in interface javax.servlet.jsp.tagext.Tag
setPageContext
in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
public void setShowHistory(boolean showHistory)
public void setShowLabel(boolean showLabel)
protected void cleanUp()
cleanUp
in class com.liferay.taglib.util.IncludeTag
protected java.lang.String getPage()
getPage
in class com.liferay.taglib.util.IncludeTag
protected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes
in class com.liferay.taglib.util.IncludeTag