java.lang.Object
jakarta.faces.context.PartialViewContextFactory
org.omnifaces.context.OmniPartialViewContextFactory
- All Implemented Interfaces:
FacesWrapper<PartialViewContextFactory>
This partial view context factory takes care that the
OmniPartialViewContext is properly initialized.- Since:
- 1.2
- Author:
- Bauke Scholtz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a new OmniFaces partial view context factory around the given wrapped factory. -
Method Summary
Modifier and TypeMethodDescriptiongetPartialViewContext(FacesContext context) Returns a new instance ofOmniPartialViewContextwhich wraps the original partial view context.Methods inherited from class jakarta.faces.context.PartialViewContextFactory
getWrapped
-
Constructor Details
-
OmniPartialViewContextFactory
Construct a new OmniFaces partial view context factory around the given wrapped factory.- Parameters:
wrapped- The wrapped factory.
-
-
Method Details
-
getPartialViewContext
Returns a new instance ofOmniPartialViewContextwhich wraps the original partial view context.- Specified by:
getPartialViewContextin classPartialViewContextFactory
-