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

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

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

Classes in com.liferay.faces.util.application that implement ResourceVerifier
 class ResourceVerifierWrapper
          Provides a simple implementation of ResourceVerifier that can be subclassed in order to decorate another instance of the same type.
 

Methods in com.liferay.faces.util.application that return ResourceVerifier
abstract  ResourceVerifier ResourceVerifierFactory.getResourceVerifier()
          Returns a stateless, thread-safe singleton instance of ResourceVerifier.
static ResourceVerifier ResourceVerifierFactory.getResourceVerifierInstance()
          Deprecated. Call ResourceVerifierFactory.getResourceVerifierInstance(ExternalContext) instead.

Returns a stateless, thread-safe singleton instance of ResourceVerifier from the ResourceVerifierFactory found by the FactoryExtensionFinder. ResourceVerifier is a stateless, thread-safe singleton because it is designed to be used by a Renderer, which is a stateless, thread-safe singleton.

static ResourceVerifier ResourceVerifierFactory.getResourceVerifierInstance(javax.faces.context.ExternalContext externalContext)
          Returns a stateless, thread-safe singleton instance of ResourceVerifier from the ResourceVerifierFactory found by the FactoryExtensionFinder.
 



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