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 Details

  • Constructor Details

    • BaseHTMLTag

      public BaseHTMLTag()
  • Method Details

    • doStartTag

      public int doStartTag() throws javax.servlet.jsp.JspException
      Specified by:
      doStartTag in interface javax.servlet.jsp.tagext.Tag
      Overrides:
      doStartTag in class com.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

      public Locale getDefaultEditLocale()
    • getDefaultLocale

      public Locale getDefaultLocale()
    • getDocumentLibrarySelectorURL

      public String getDocumentLibrarySelectorURL()
    • getFieldsNamespace

      public String getFieldsNamespace()
    • getGroupId

      public long getGroupId()
    • getIgnoreRequestValue

      public boolean getIgnoreRequestValue()
    • getImageSelectorURL

      public String getImageSelectorURL()
    • getLayoutSelectorURL

      public String getLayoutSelectorURL()
    • getLocalizable

      public boolean getLocalizable()
    • getReadOnly

      public boolean getReadOnly()
    • getRepeatable

      public boolean getRepeatable()
    • getRequestedLocale

      public Locale 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

      public void setDefaultEditLocale(Locale defaultEditLocale)
    • setDefaultLocale

      public void setDefaultLocale(Locale defaultLocale)
    • setDocumentLibrarySelectorURL

      public void setDocumentLibrarySelectorURL(String documentLibrarySelectorURL)
    • setFieldsNamespace

      public void setFieldsNamespace(String fieldsNamespace)
    • setGroupId

      public void setGroupId(long groupId)
    • setIgnoreRequestValue

      public void setIgnoreRequestValue(boolean ignoreRequestValue)
    • setImageSelectorURL

      public void setImageSelectorURL(String imageSelectorURL)
    • setLayoutSelectorURL

      public void setLayoutSelectorURL(String layoutSelectorURL)
    • setLocalizable

      public void setLocalizable(boolean localizable)
    • setReadOnly

      public void setReadOnly(boolean readOnly)
    • setRepeatable

      public void setRepeatable(boolean repeatable)
    • setRequestedLocale

      public void setRequestedLocale(Locale requestedLocale)
    • 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 interface javax.servlet.jsp.tagext.Tag
      Overrides:
      setPageContext in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
    • cleanUp

      protected void cleanUp()
      Overrides:
      cleanUp in class com.liferay.taglib.util.IncludeTag
    • getStartPage

      protected String getStartPage()
      Overrides:
      getStartPage in class com.liferay.taglib.util.IncludeTag
    • setAttributes

      protected void setAttributes(javax.servlet.http.HttpServletRequest request)
      Overrides:
      setAttributes in class com.liferay.taglib.util.IncludeTag