public abstract class BaseHTMLTag
extends com.liferay.taglib.util.IncludeTag
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
_ATTRIBUTE_NAMESPACE |
Constructor and Description |
---|
BaseHTMLTag() |
Modifier and Type | Method and Description |
---|---|
protected void |
cleanUp() |
int |
doStartTag() |
boolean |
getCheckRequired() |
long |
getClassNameId() |
long |
getClassPK() |
DDMFormValues |
getDdmFormValues() |
java.util.Locale |
getDefaultEditLocale() |
java.util.Locale |
getDefaultLocale() |
java.lang.String |
getDocumentLibrarySelectorURL() |
java.lang.String |
getFieldsNamespace() |
long |
getGroupId() |
boolean |
getIgnoreRequestValue() |
java.lang.String |
getImageSelectorURL() |
boolean |
getLocalizable() |
boolean |
getReadOnly() |
boolean |
getRepeatable() |
java.util.Locale |
getRequestedLocale() |
boolean |
getShowEmptyFieldLabel() |
protected java.lang.String |
getStartPage() |
boolean |
getSynchronousFormSubmission() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setCheckRequired(boolean checkRequired) |
void |
setClassNameId(long classNameId) |
void |
setClassPK(long classPK) |
void |
setDdmFormValues(DDMFormValues ddmFormValues) |
void |
setDefaultEditLocale(java.util.Locale defaultEditLocale) |
void |
setDefaultLocale(java.util.Locale defaultLocale) |
void |
setDocumentLibrarySelectorURL(java.lang.String documentLibrarySelectorURL) |
void |
setFieldsNamespace(java.lang.String fieldsNamespace) |
void |
setGroupId(long groupId) |
void |
setIgnoreRequestValue(boolean ignoreRequestValue) |
void |
setImageSelectorURL(java.lang.String imageSelectorURL) |
void |
setLocalizable(boolean localizable) |
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) |
void |
setSynchronousFormSubmission(boolean synchronousFormSubmission) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getPage, 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
protected static final java.lang.String _ATTRIBUTE_NAMESPACE
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class com.liferay.taglib.util.IncludeTag
javax.servlet.jsp.JspException
public boolean getCheckRequired()
public long getClassNameId()
public long getClassPK()
public DDMFormValues getDdmFormValues()
public java.util.Locale getDefaultEditLocale()
public java.util.Locale getDefaultLocale()
public java.lang.String getDocumentLibrarySelectorURL()
public java.lang.String getFieldsNamespace()
public long getGroupId()
public boolean getIgnoreRequestValue()
public java.lang.String getImageSelectorURL()
public boolean getLocalizable()
public boolean getReadOnly()
public boolean getRepeatable()
public java.util.Locale getRequestedLocale()
public boolean getShowEmptyFieldLabel()
public boolean getSynchronousFormSubmission()
public void setCheckRequired(boolean checkRequired)
public void setClassNameId(long classNameId)
public void setClassPK(long classPK)
public void setDdmFormValues(DDMFormValues ddmFormValues)
public void setDefaultEditLocale(java.util.Locale defaultEditLocale)
public void setDefaultLocale(java.util.Locale defaultLocale)
public void setDocumentLibrarySelectorURL(java.lang.String documentLibrarySelectorURL)
public void setFieldsNamespace(java.lang.String fieldsNamespace)
public void setGroupId(long groupId)
public void setIgnoreRequestValue(boolean ignoreRequestValue)
public void setImageSelectorURL(java.lang.String imageSelectorURL)
public void setLocalizable(boolean localizable)
public void setReadOnly(boolean readOnly)
public void setRepeatable(boolean repeatable)
public void setRequestedLocale(java.util.Locale requestedLocale)
public void setShowEmptyFieldLabel(boolean showEmptyFieldLabel)
public void setSynchronousFormSubmission(boolean synchronousFormSubmission)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext
in interface javax.servlet.jsp.tagext.Tag
setPageContext
in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
protected void cleanUp()
cleanUp
in class com.liferay.taglib.util.IncludeTag
protected java.lang.String getStartPage()
getStartPage
in class com.liferay.taglib.util.IncludeTag
protected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes
in class com.liferay.taglib.util.IncludeTag