Uses of Interface
com.liferay.faces.util.application.ResourceValidator

Packages that use ResourceValidator
com.liferay.faces.util.application   
 

Uses of ResourceValidator in com.liferay.faces.util.application
 

Classes in com.liferay.faces.util.application that implement ResourceValidator
 class ResourceValidatorWrapper
           
 

Methods in com.liferay.faces.util.application that return ResourceValidator
abstract  ResourceValidator ResourceValidatorFactory.getResourceValidator()
          Returns a stateless, thread-safe singleton instance of ResourceValidator.
static ResourceValidator ResourceValidatorFactory.getResourceValidatorInstance()
          Deprecated. Call ResourceValidatorFactory.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.

static ResourceValidator ResourceValidatorFactory.getResourceValidatorInstance(javax.faces.context.ExternalContext externalContext)
          Returns a stateless, thread-safe singleton instance of ResourceValidator from the ResourceValidatorFactory found by the FactoryExtensionFinder.
abstract  ResourceValidator ResourceValidatorWrapper.getWrapped()
           
 



Copyright © 2019 Liferay, Inc.. All rights reserved.