|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.faces.util.application.ResourceValidatorFactory
public abstract class ResourceValidatorFactory
| Constructor Summary | |
|---|---|
ResourceValidatorFactory()
|
|
| Method Summary | |
|---|---|
abstract ResourceValidator |
getResourceValidator()
Returns a stateless, thread-safe singleton instance of ResourceValidator. |
static ResourceValidator |
getResourceValidatorInstance()
Deprecated. Call getResourceValidatorInstance(ExternalContext) instead.
Returns a stateless, thread-safe singleton instance of |
static ResourceValidator |
getResourceValidatorInstance(javax.faces.context.ExternalContext externalContext)
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceValidatorFactory()
| Method Detail |
|---|
@Deprecated public static ResourceValidator getResourceValidatorInstance()
getResourceValidatorInstance(ExternalContext) instead.
Returns a stateless, thread-safe singleton instance of 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 static ResourceValidator getResourceValidatorInstance(javax.faces.context.ExternalContext externalContext)
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.
externalContext - The external context associated with the current faces context. It is needed in order
for the FactoryExtensionFinder to be able to find the factory.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>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||