Class InjectHandlerResource

  • All Implemented Interfaces:
    InjectHandler

    public class InjectHandlerResource
    extends java.lang.Object
    implements InjectHandler
    InjectHandler fuer die "Resource" Annotation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void inject​(java.lang.Object o)
      Wird aufgerufen, wenn eine Instanz vom Beanservice erzeugt wird.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InjectHandlerResource

        public InjectHandlerResource()
    • Method Detail

      • inject

        public void inject​(java.lang.Object o)
                    throws java.lang.Exception
        Description copied from interface: InjectHandler
        Wird aufgerufen, wenn eine Instanz vom Beanservice erzeugt wird.
        Specified by:
        inject in interface InjectHandler
        Parameters:
        o - die Instanz des erzeugten Objektes.
        Throws:
        java.lang.Exception - wenn das Injection fehlschlug.
        See Also:
        InjectHandler.inject(java.lang.Object)