java.lang.Object
com.sun.faces.spi.SerializationProviderFactory
A factory for creating SerializationProvider instances.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SerializationProvidercreateInstance(ExternalContext extContext) Creates a new instance of the class specified by thecom.sun.faces.InjectionProvidersystem property.
-
Constructor Details
-
SerializationProviderFactory
public SerializationProviderFactory()
-
-
Method Details
-
createInstance
Creates a new instance of the class specified by the
com.sun.faces.InjectionProvidersystem property. If this propery is not defined, then a default, no-op,InjectionProviderwill be returned.- Parameters:
extContext- the ExternalContext for this application- Returns:
- an implementation of the
InjectionProviderinterfaces
-