Package io.github.cdiunit.internal.jsf
Class ViewContext
java.lang.Object
io.github.cdiunit.internal.jsf.ViewContext
- All Implemented Interfaces:
jakarta.enterprise.context.spi.Context
- Author:
- russell
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ViewContext
public ViewContext()
-
-
Method Details
-
getScope
- Specified by:
getScope
in interfacejakarta.enterprise.context.spi.Context
-
get
public <T> T get(jakarta.enterprise.context.spi.Contextual<T> cntxtl, jakarta.enterprise.context.spi.CreationalContext<T> cc) - Specified by:
get
in interfacejakarta.enterprise.context.spi.Context
-
get
public <T> T get(jakarta.enterprise.context.spi.Contextual<T> cntxtl) - Specified by:
get
in interfacejakarta.enterprise.context.spi.Context
-
isActive
public boolean isActive()- Specified by:
isActive
in interfacejakarta.enterprise.context.spi.Context
-