Class ViewContext

java.lang.Object
io.github.cdiunit.internal.jsf.ViewContext
All Implemented Interfaces:
jakarta.enterprise.context.spi.Context

public class ViewContext extends Object implements jakarta.enterprise.context.spi.Context
Author:
russell
  • Constructor Details

    • ViewContext

      public ViewContext()
  • Method Details

    • getScope

      public Class<? extends Annotation> getScope()
      Specified by:
      getScope in interface jakarta.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 interface jakarta.enterprise.context.spi.Context
    • get

      public <T> T get(jakarta.enterprise.context.spi.Contextual<T> cntxtl)
      Specified by:
      get in interface jakarta.enterprise.context.spi.Context
    • isActive

      public boolean isActive()
      Specified by:
      isActive in interface jakarta.enterprise.context.spi.Context