Uses of Class
jakarta.faces.context.ExternalContextFactory
Package | Description |
---|---|
com.sun.faces.context | |
jakarta.faces.context |
-
Uses of ExternalContextFactory in com.sun.faces.context
Subclasses of ExternalContextFactory in com.sun.faces.context Modifier and Type Class Description class
ExternalContextFactoryImpl
-
Uses of ExternalContextFactory in jakarta.faces.context
Methods in jakarta.faces.context that return ExternalContextFactory Modifier and Type Method Description ExternalContextFactory
ExternalContextFactory. getWrapped()
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.Constructors in jakarta.faces.context with parameters of type ExternalContextFactory Constructor Description ExternalContextFactory(ExternalContextFactory wrapped)
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.