Class FieldDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.platform.htmlsanitizer.FieldDescriptor
-
public class FieldDescriptor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
contentField
protected String
filterField
protected String
filterValue
protected boolean
sanitize
-
Constructor Summary
Constructors Constructor Description FieldDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
doSanitize()
String
getContentField()
String
getFilterField()
String
getFilterValue()
String[]
getFilterValues()
boolean
match(String fieldValue)
String
toString()
-