Tabnine Logo
HttpSessionBean.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.jboss.weld.module.web.HttpSessionBean
constructor

Best Java code snippets using org.jboss.weld.module.web.HttpSessionBean.<init> (Showing top 3 results out of 315)

origin: weld/core

  @Override
  public void preBeanRegistration(PreBeanRegistrationContext ctx) {
    if (Reflections.isClassLoadable(ServletApiAbstraction.SERVLET_CONTEXT_CLASS_NAME, WeldClassLoaderResourceLoader.INSTANCE)) {
      ctx.registerBean(new HttpServletRequestBean(ctx.getBeanManager()));
      ctx.registerBean(new HttpSessionBean(ctx.getBeanManager()));
      ctx.registerBean(new ServletContextBean(ctx.getBeanManager()));
    }
  }
}
origin: weld/core

  @Override
  public void preBeanRegistration(PreBeanRegistrationContext ctx) {
    if (Reflections.isClassLoadable(ServletApiAbstraction.SERVLET_CONTEXT_CLASS_NAME, WeldClassLoaderResourceLoader.INSTANCE)) {
      ctx.registerBean(new HttpServletRequestBean(ctx.getBeanManager()));
      ctx.registerBean(new HttpSessionBean(ctx.getBeanManager()));
      ctx.registerBean(new ServletContextBean(ctx.getBeanManager()));
    }
  }
}
origin: org.jboss.weld.servlet/weld-servlet-shaded

  @Override
  public void preBeanRegistration(PreBeanRegistrationContext ctx) {
    if (Reflections.isClassLoadable(ServletApiAbstraction.SERVLET_CONTEXT_CLASS_NAME, WeldClassLoaderResourceLoader.INSTANCE)) {
      ctx.registerBean(new HttpServletRequestBean(ctx.getBeanManager()));
      ctx.registerBean(new HttpSessionBean(ctx.getBeanManager()));
      ctx.registerBean(new ServletContextBean(ctx.getBeanManager()));
    }
  }
}
org.jboss.weld.module.webHttpSessionBean<init>

Popular methods of HttpSessionBean

    Popular in Java

    • Reactive rest calls using spring rest template
    • setContentView (Activity)
    • onCreateOptionsMenu (Activity)
    • setScale (BigDecimal)
    • Point (java.awt)
      A point representing a location in (x,y) coordinate space, specified in integer precision.
    • EOFException (java.io)
      Thrown when a program encounters the end of a file or stream during an input operation.
    • URI (java.net)
      A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
    • Collection (java.util)
      Collection is the root of the collection hierarchy. It defines operations on data collections and t
    • ReentrantLock (java.util.concurrent.locks)
      A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
    • Runner (org.openjdk.jmh.runner)
    • From CI to AI: The AI layer in your organization
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Tabnine for your IDE now