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
com.liferay.dynamic.data.mapping.taglib.servlet.taglib.HTMLTag
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

public class HTMLTag extends BaseHTMLTag
  • Constructor Details

    • HTMLTag

      public HTMLTag()
  • 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 BaseHTMLTag
      Throws:
      javax.servlet.jsp.JspException
    • setPageContext

      public void setPageContext(javax.servlet.jsp.PageContext pageContext)
      Specified by:
      setPageContext in interface javax.servlet.jsp.tagext.Tag
      Overrides:
      setPageContext in class BaseHTMLTag
    • getDDMForm

      protected com.liferay.dynamic.data.mapping.model.DDMForm getDDMForm()
    • getDDMFormValuesFromRequest

      protected com.liferay.dynamic.data.mapping.storage.DDMFormValues getDDMFormValuesFromRequest()
    • getDDMFormValuesInputName

      protected String getDDMFormValuesInputName()
    • getFields

      protected com.liferay.dynamic.data.mapping.storage.Fields getFields()
    • getLogMessage

      protected String getLogMessage()
    • getMode

      protected String getMode()
    • processEndTag

      protected int processEndTag() throws Exception
      Overrides:
      processEndTag in class com.liferay.taglib.util.IncludeTag
      Throws:
      Exception
    • setAttributes

      protected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
      Overrides:
      setAttributes in class BaseHTMLTag