java.lang.Object
com.sun.faces.spi.SerializationProviderFactory
A factory for creating SerializationProvider
instances.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SerializationProvider
createInstance
(ExternalContext extContext) Creates a new instance of the class specified by thecom.sun.faces.InjectionProvider
system property.
-
Constructor Details
-
SerializationProviderFactory
public SerializationProviderFactory()
-
-
Method Details
-
createInstance
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.- Parameters:
extContext
- the ExternalContext for this application- Returns:
- an implementation of the
InjectionProvider
interfaces
-