Class FieldDescriptor

java.lang.Object
org.nuxeo.ecm.platform.htmlsanitizer.FieldDescriptor

public class FieldDescriptor extends Object
  • Field Details

    • contentField

      protected String contentField
    • filterField

      protected String filterField
    • filterValue

      protected String filterValue
    • sanitize

      protected boolean sanitize
  • Constructor Details

    • FieldDescriptor

      public FieldDescriptor()
  • Method Details

    • getContentField

      public String getContentField()
    • getFilterField

      public String getFilterField()
    • getFilterValue

      public String getFilterValue()
    • getFilterValues

      public String[] getFilterValues()
    • doSanitize

      public boolean doSanitize()
    • match

      public boolean match(String fieldValue)
    • toString

      public String toString()
      Overrides:
      toString in class Object