Class ValidationServiceImpl
- java.lang.Object
-
- org.uberfire.ext.editor.commons.backend.service.ValidationServiceImpl
-
- All Implemented Interfaces:
org.uberfire.ext.editor.commons.service.ValidationService
@ApplicationScoped public class ValidationServiceImpl extends Object implements org.uberfire.ext.editor.commons.service.ValidationService
-
-
Constructor Summary
Constructors Constructor Description ValidationServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureValidators()booleanisFileNameValid(String fileName)booleanisFileNameValid(org.uberfire.backend.vfs.Path path, String fileName)
-
-
-
Method Detail
-
configureValidators
@PostConstruct public void configureValidators()
-
isFileNameValid
public boolean isFileNameValid(String fileName)
- Specified by:
isFileNameValidin interfaceorg.uberfire.ext.editor.commons.service.ValidationService
-
isFileNameValid
public boolean isFileNameValid(org.uberfire.backend.vfs.Path path, String fileName)- Specified by:
isFileNameValidin interfaceorg.uberfire.ext.editor.commons.service.ValidationService
-
-