public abstract class BaseHTMLFieldTag
extends com.liferay.taglib.util.IncludeTag
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
_ATTRIBUTE_NAMESPACE |
| Constructor and Description |
|---|
BaseHTMLFieldTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doStartTag() |
long |
getClassNameId() |
long |
getClassPK() |
protected java.lang.String |
getEndPage() |
com.liferay.dynamic.data.mapping.storage.Field |
getField() |
java.lang.String |
getFieldsNamespace() |
boolean |
getReadOnly() |
boolean |
getRepeatable() |
java.util.Locale |
getRequestedLocale() |
boolean |
getShowEmptyFieldLabel() |
protected java.lang.String |
getStartPage() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setClassNameId(long classNameId) |
void |
setClassPK(long classPK) |
void |
setField(com.liferay.dynamic.data.mapping.storage.Field field) |
void |
setFieldsNamespace(java.lang.String fieldsNamespace) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setReadOnly(boolean readOnly) |
void |
setRepeatable(boolean repeatable) |
void |
setRequestedLocale(java.util.Locale requestedLocale) |
void |
setShowEmptyFieldLabel(boolean showEmptyFieldLabel) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, getBodyContentWrapper, getCustomPage, getOriginalServletRequest, getPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, getScopedAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute, setScopedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, setBodyContent, writeBodyContentprotected static final java.lang.String _ATTRIBUTE_NAMESPACE
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class com.liferay.taglib.util.IncludeTagjavax.servlet.jsp.JspExceptionpublic long getClassNameId()
public long getClassPK()
public com.liferay.dynamic.data.mapping.storage.Field getField()
public java.lang.String getFieldsNamespace()
public boolean getReadOnly()
public boolean getRepeatable()
public java.util.Locale getRequestedLocale()
public boolean getShowEmptyFieldLabel()
public void setClassNameId(long classNameId)
public void setClassPK(long classPK)
public void setField(com.liferay.dynamic.data.mapping.storage.Field field)
public void setFieldsNamespace(java.lang.String fieldsNamespace)
public void setReadOnly(boolean readOnly)
public void setRepeatable(boolean repeatable)
public void setRequestedLocale(java.util.Locale requestedLocale)
public void setShowEmptyFieldLabel(boolean showEmptyFieldLabel)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImplprotected void cleanUp()
cleanUp in class com.liferay.taglib.util.IncludeTagprotected java.lang.String getEndPage()
getEndPage in class com.liferay.taglib.util.IncludeTagprotected java.lang.String getStartPage()
getStartPage in class com.liferay.taglib.util.IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class com.liferay.taglib.util.IncludeTag