Class BaseHTMLTag
java.lang.Object
com.liferay.taglib.TagSupport
com.liferay.taglib.BaseBodyTagSupport
com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
com.liferay.taglib.util.AttributesTagSupport
com.liferay.taglib.util.IncludeTag
com.liferay.dynamic.data.mapping.taglib.servlet.taglib.base.BaseHTMLTag
- All Implemented Interfaces:
com.liferay.taglib.DirectTag
,com.liferay.taglib.util.ParamAncestorTag
,com.liferay.taglib.util.PropertyAncestorTag
,javax.servlet.jsp.tagext.DynamicAttributes
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
HTMLTag
public abstract class BaseHTMLTag
extends com.liferay.taglib.util.IncludeTag
- Generated:
-
Field Summary
FieldsFields inherited from class com.liferay.taglib.BaseBodyTagSupport
bodyContent
Fields inherited from class com.liferay.taglib.TagSupport
pageContext
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
cleanUp()
int
boolean
long
long
com.liferay.dynamic.data.mapping.storage.DDMFormValues
long
boolean
boolean
boolean
boolean
boolean
boolean
protected String
boolean
protected void
setAttributes
(javax.servlet.http.HttpServletRequest request) void
setCheckRequired
(boolean checkRequired) void
setClassNameId
(long classNameId) void
setClassPK
(long classPK) void
setDdmFormValues
(com.liferay.dynamic.data.mapping.storage.DDMFormValues ddmFormValues) void
setDefaultEditLocale
(Locale defaultEditLocale) void
setDefaultLocale
(Locale defaultLocale) void
setDocumentLibrarySelectorURL
(String documentLibrarySelectorURL) void
setFieldsNamespace
(String fieldsNamespace) void
setGroupId
(long groupId) void
setIgnoreRequestValue
(boolean ignoreRequestValue) void
setImageSelectorURL
(String imageSelectorURL) void
setLayoutSelectorURL
(String layoutSelectorURL) void
setLocalizable
(boolean localizable) void
setPageContext
(javax.servlet.jsp.PageContext pageContext) void
setReadOnly
(boolean readOnly) void
setRepeatable
(boolean repeatable) void
setRequestedLocale
(Locale requestedLocale) void
setShowEmptyFieldLabel
(boolean showEmptyFieldLabel) void
setShowLanguageSelector
(boolean showLanguageSelector) void
setSynchronousFormSubmission
(boolean synchronousFormSubmission) Methods inherited from class com.liferay.taglib.util.IncludeTag
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
Methods inherited from class com.liferay.taglib.util.AttributesTagSupport
clearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute
Methods inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setServletContext
Methods inherited from class com.liferay.taglib.BaseBodyTagSupport
doAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContent
Methods inherited from class com.liferay.taglib.TagSupport
findAncestorWithClass, getParent, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.taglib.DirectTag
doBodyTag, doBodyTag, doBodyTagAsString, doBodyTagAsString, doTag, doTag, doTagAsString, doTagAsString
-
Field Details
-
_ATTRIBUTE_NAMESPACE
- See Also:
-
-
Constructor Details
-
BaseHTMLTag
public BaseHTMLTag()
-
-
Method Details
-
doStartTag
public int doStartTag() throws javax.servlet.jsp.JspException- Specified by:
doStartTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in classcom.liferay.taglib.util.IncludeTag
- Throws:
javax.servlet.jsp.JspException
-
getCheckRequired
public boolean getCheckRequired() -
getClassNameId
public long getClassNameId() -
getClassPK
public long getClassPK() -
getDdmFormValues
public com.liferay.dynamic.data.mapping.storage.DDMFormValues getDdmFormValues() -
getDefaultEditLocale
-
getDefaultLocale
-
getDocumentLibrarySelectorURL
-
getFieldsNamespace
-
getGroupId
public long getGroupId() -
getIgnoreRequestValue
public boolean getIgnoreRequestValue() -
getImageSelectorURL
-
getLayoutSelectorURL
-
getLocalizable
public boolean getLocalizable() -
getReadOnly
public boolean getReadOnly() -
getRepeatable
public boolean getRepeatable() -
getRequestedLocale
-
getShowEmptyFieldLabel
public boolean getShowEmptyFieldLabel() -
getShowLanguageSelector
public boolean getShowLanguageSelector() -
getSynchronousFormSubmission
public boolean getSynchronousFormSubmission() -
setCheckRequired
public void setCheckRequired(boolean checkRequired) -
setClassNameId
public void setClassNameId(long classNameId) -
setClassPK
public void setClassPK(long classPK) -
setDdmFormValues
public void setDdmFormValues(com.liferay.dynamic.data.mapping.storage.DDMFormValues ddmFormValues) -
setDefaultEditLocale
-
setDefaultLocale
-
setDocumentLibrarySelectorURL
-
setFieldsNamespace
-
setGroupId
public void setGroupId(long groupId) -
setIgnoreRequestValue
public void setIgnoreRequestValue(boolean ignoreRequestValue) -
setImageSelectorURL
-
setLayoutSelectorURL
-
setLocalizable
public void setLocalizable(boolean localizable) -
setReadOnly
public void setReadOnly(boolean readOnly) -
setRepeatable
public void setRepeatable(boolean repeatable) -
setRequestedLocale
-
setShowEmptyFieldLabel
public void setShowEmptyFieldLabel(boolean showEmptyFieldLabel) -
setShowLanguageSelector
public void setShowLanguageSelector(boolean showLanguageSelector) -
setSynchronousFormSubmission
public void setSynchronousFormSubmission(boolean synchronousFormSubmission) -
setPageContext
public void setPageContext(javax.servlet.jsp.PageContext pageContext) - Specified by:
setPageContext
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
setPageContext
in classcom.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
-
cleanUp
protected void cleanUp()- Overrides:
cleanUp
in classcom.liferay.taglib.util.IncludeTag
-
getStartPage
- Overrides:
getStartPage
in classcom.liferay.taglib.util.IncludeTag
-
setAttributes
protected void setAttributes(javax.servlet.http.HttpServletRequest request) - Overrides:
setAttributes
in classcom.liferay.taglib.util.IncludeTag
-