Class FieldDescriptor


  • public class FieldDescriptor
    extends Object
    • Field Detail

      • contentField

        protected String contentField
      • filterField

        protected String filterField
      • filterValue

        protected String filterValue
      • sanitize

        protected boolean sanitize
    • Constructor Detail

      • FieldDescriptor

        public FieldDescriptor()
    • Method Detail

      • 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)