Class ServletResourceInjectionServices

java.lang.Object
org.jboss.weld.injection.spi.helpers.AbstractResourceServices
org.jboss.weld.environment.servlet.services.ServletResourceInjectionServices
All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service, org.jboss.weld.injection.spi.ResourceInjectionServices

public abstract class ServletResourceInjectionServices extends org.jboss.weld.injection.spi.helpers.AbstractResourceServices implements org.jboss.weld.injection.spi.ResourceInjectionServices
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Context
     

    Methods inherited from class org.jboss.weld.injection.spi.helpers.AbstractResourceServices

    cleanup, getPropertyName, getResourceAnnotation, getResourceName, getResourceName, registerResourceInjectionPoint, registerResourceInjectionPoint, resolveResource, resolveResource

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.jboss.weld.injection.spi.ResourceInjectionServices

    registerResourceInjectionPoint, registerResourceInjectionPoint

    Methods inherited from interface org.jboss.weld.bootstrap.api.Service

    cleanup
  • Constructor Details

    • ServletResourceInjectionServices

      public ServletResourceInjectionServices()
  • Method Details

    • getContext

      protected Context getContext()
      Specified by:
      getContext in class org.jboss.weld.injection.spi.helpers.AbstractResourceServices