Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Context getContext()  
      • Methods inherited from class org.jboss.weld.injection.spi.helpers.AbstractResourceServices

        cleanup, getPropertyName, getResourceAnnotation, getResourceName, getResourceName, registerResourceInjectionPoint, registerResourceInjectionPoint, resolveResource, resolveResource
      • Methods inherited from interface org.jboss.weld.injection.spi.ResourceInjectionServices

        registerResourceInjectionPoint, registerResourceInjectionPoint
      • Methods inherited from interface org.jboss.weld.bootstrap.api.Service

        cleanup
    • Constructor Detail

      • ServletResourceInjectionServices

        public ServletResourceInjectionServices()
    • Method Detail

      • getContext

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