public class ResourceValidatorFactoryImpl extends ResourceValidatorFactory implements Serializable
| Constructor and Description |
|---|
ResourceValidatorFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ResourceValidator |
getResourceValidator()
Returns a stateless, thread-safe singleton instance of
ResourceValidator. |
ResourceValidatorFactory |
getWrapped()
Returns the wrapped factory instance if this factory decorates another.
|
getResourceValidatorInstancepublic ResourceValidator getResourceValidator()
ResourceValidatorFactoryResourceValidator. ResourceValidator is stateless,
thread-safe singleton because it is designed to be used by a ResourceHandler,
which is a
stateless, thread-safe singleton.getResourceValidator in class ResourceValidatorFactorypublic ResourceValidatorFactory getWrapped()
ResourceValidatorFactorygetWrapped in interface javax.faces.FacesWrapper<ResourceValidatorFactory>getWrapped in class ResourceValidatorFactoryCopyright © 2016 Liferay, Inc.. All rights reserved.