java.lang.Object
de.hybris.platform.cmsfacades.common.predicate.OnlyHasSupportedCharactersPredicate
- All Implemented Interfaces:
Predicate<String>
Predicate to test if a given string is a supported one.
Returns TRUE if the input is composed of alphanumeric or hyphen characters; FALSE otherwise.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OnlyHasSupportedCharactersPredicate
public OnlyHasSupportedCharactersPredicate()
-