Class HttpSessionBean

All Implemented Interfaces:
jakarta.enterprise.context.spi.Contextual<jakarta.servlet.http.HttpSession>, jakarta.enterprise.inject.spi.Bean<jakarta.servlet.http.HttpSession>, jakarta.enterprise.inject.spi.BeanAttributes<jakarta.servlet.http.HttpSession>, jakarta.enterprise.inject.spi.PassivationCapable, DecorableBean<jakarta.servlet.http.HttpSession>, WeldBean<jakarta.servlet.http.HttpSession>

public class HttpSessionBean extends AbstractStaticallyDecorableBuiltInBean<jakarta.servlet.http.HttpSession>
Built-in bean exposing HttpSession.
Author:
Jozef Hartinger, Martin Kouba
  • Constructor Details

  • Method Details

    • newInstance

      protected jakarta.servlet.http.HttpSession newInstance(jakarta.enterprise.inject.spi.InjectionPoint ip, jakarta.enterprise.context.spi.CreationalContext<jakarta.servlet.http.HttpSession> creationalContext)
      Specified by:
      newInstance in class AbstractDecorableBuiltInBean<jakarta.servlet.http.HttpSession>
    • getScope

      public Class<? extends Annotation> getScope()
      Specified by:
      getScope in interface jakarta.enterprise.inject.spi.BeanAttributes<jakarta.servlet.http.HttpSession>
      Overrides:
      getScope in class ForwardingBeanAttributes<jakarta.servlet.http.HttpSession>