Uses of Interface
com.sun.faces.facelets.FaceletCache.InstanceFactory
Package | Description |
---|---|
com.sun.faces.facelets |
-
Uses of FaceletCache.InstanceFactory in com.sun.faces.facelets
Methods in com.sun.faces.facelets that return FaceletCache.InstanceFactory Modifier and Type Method Description protected FaceletCache.InstanceFactory<V>
FaceletCache. getFaceletInstanceFactory()
Deprecated.Retrieves InstanceFactory for creating Faceletsprotected FaceletCache.InstanceFactory<V>
FaceletCache. getMetadataFaceletInstanceFactory()
Deprecated.Retrieves InstanceFactory for creating Metadata FaceletsMethods in com.sun.faces.facelets with parameters of type FaceletCache.InstanceFactory Modifier and Type Method Description void
FaceletCache. init(FaceletCache.InstanceFactory<V> faceletFactory, FaceletCache.InstanceFactory<V> metafaceletFactory)
Deprecated.Initializes this cache instance.