Package org.exoplatform.task.util
Class StringUtil
- java.lang.Object
-
- org.exoplatform.task.util.StringUtil
-
public class StringUtil extends Object
- Author:
- Tuyen Nguyen The.
-
-
Field Summary
Fields Modifier and Type Field Description static StringASCstatic StringDESCstatic PatternFUZZYstatic StringORDERBY_DATEstatic StringORDERBY_RELEVANCYstatic StringORDERBY_TITLE
-
Constructor Summary
Constructors Constructor Description StringUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringencodeInjectedHtmlTag(String str)static Stringhighlight(String text, String keyword, String before, String after)
-
-
-
Field Detail
-
ORDERBY_DATE
public static final String ORDERBY_DATE
- See Also:
- Constant Field Values
-
ORDERBY_TITLE
public static final String ORDERBY_TITLE
- See Also:
- Constant Field Values
-
ORDERBY_RELEVANCY
public static final String ORDERBY_RELEVANCY
- See Also:
- Constant Field Values
-
ASC
public static final String ASC
- See Also:
- Constant Field Values
-
DESC
public static final String DESC
- See Also:
- Constant Field Values
-
FUZZY
public static final Pattern FUZZY
-
-