public abstract class ResourceValidatorFactory extends Object implements javax.faces.FacesWrapper<ResourceValidatorFactory>
| Constructor and Description |
|---|
ResourceValidatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract ResourceValidator |
getResourceValidator()
Returns a stateless, thread-safe singleton instance of
ResourceValidator. |
static ResourceValidator |
getResourceValidatorInstance()
Returns a stateless, thread-safe singleton instance of
ResourceValidator from the ResourceValidatorFactory found by the FactoryExtensionFinder. |
abstract ResourceValidatorFactory |
getWrapped()
Returns the wrapped factory instance if this factory decorates another.
|
public static ResourceValidator getResourceValidatorInstance()
ResourceValidator from the ResourceValidatorFactory found by the FactoryExtensionFinder. ResourceValidator is a stateless,
thread-safe singleton because it is designed to be used by a ResourceHandler,
which is a
stateless, thread-safe singleton.public abstract ResourceValidator getResourceValidator()
ResourceValidator. ResourceValidator is stateless,
thread-safe singleton because it is designed to be used by a ResourceHandler,
which is a
stateless, thread-safe singleton.public abstract ResourceValidatorFactory getWrapped()
getWrapped in interface javax.faces.FacesWrapper<ResourceValidatorFactory>Copyright © 2016 Liferay, Inc.. All rights reserved.