public class SerializationProviderFactory extends Object
A factory for creating SerializationProvider instances.
| Constructor and Description |
|---|
SerializationProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SerializationProvider |
createInstance(jakarta.faces.context.ExternalContext extContext)
Creates a new instance of the class specified by the
com.sun.faces.InjectionProvider system property. |
public static SerializationProvider createInstance(jakarta.faces.context.ExternalContext extContext)
Creates a new instance of the class specified by the com.sun.faces.InjectionProvider system property. If
this propery is not defined, then a default, no-op, InjectionProvider will be returned.
extContext - the ExternalContext for this applicationInjectionProvider interfacesCopyright © 2010–2022 JBoss by Red Hat. All rights reserved.