| Package | Description |
|---|---|
| com.liferay.faces.util.application |
Copyright (c) 2000-2020 Liferay, Inc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceVerifierWrapper
Provides a simple implementation of
ResourceVerifier that can be subclassed in order to decorate another
instance of the same type. |
| Modifier and Type | Method and Description |
|---|---|
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 |
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 © 2020 Liferay, Inc.. All rights reserved.