Class CustomAttributesAvailableTag

java.lang.Object
com.liferay.taglib.TagSupport
com.liferay.expando.taglib.servlet.taglib.CustomAttributesAvailableTag
All Implemented Interfaces:
com.liferay.taglib.DirectTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class CustomAttributesAvailableTag extends com.liferay.taglib.TagSupport
  • Field Summary

    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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    setClassName(String className)
     
    void
    setClassPK(long classPK)
     
    void
    setCompanyId(long companyId)
     
    void
    setEditable(boolean editable)
     
    void
    setIgnoreAttributeNames(String ignoreAttributeNames)
     

    Methods inherited from class com.liferay.taglib.TagSupport

    doEndTag, findAncestorWithClass, getParent, release, setPageContext, 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
  • Constructor Details

    • CustomAttributesAvailableTag

      public CustomAttributesAvailableTag()
  • 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.TagSupport
      Throws:
      javax.servlet.jsp.JspException
    • setClassName

      public void setClassName(String className)
    • setClassPK

      public void setClassPK(long classPK)
    • setCompanyId

      public void setCompanyId(long companyId)
    • setEditable

      public void setEditable(boolean editable)
    • setIgnoreAttributeNames

      public void setIgnoreAttributeNames(String ignoreAttributeNames)