Class SpringBeanComponentAdapter

java.lang.Object
io.meeds.spring.kernel.model.SpringBeanComponentAdapter
All Implemented Interfaces:
org.exoplatform.container.spi.ComponentAdapter<Object>, org.picocontainer.ComponentAdapter<Object>

public class SpringBeanComponentAdapter extends Object implements org.exoplatform.container.spi.ComponentAdapter<Object>
  • Constructor Details

  • Method Details

    • getComponentInstance

      public Object getComponentInstance()
      Specified by:
      getComponentInstance in interface org.exoplatform.container.spi.ComponentAdapter<Object>
    • getComponentImplementation

      public Class<Object> getComponentImplementation()
      Specified by:
      getComponentImplementation in interface org.exoplatform.container.spi.ComponentAdapter<Object>
      Specified by:
      getComponentImplementation in interface org.picocontainer.ComponentAdapter<Object>
    • getComponentKey

      public Object getComponentKey()
      Specified by:
      getComponentKey in interface org.exoplatform.container.spi.ComponentAdapter<Object>
      Specified by:
      getComponentKey in interface org.picocontainer.ComponentAdapter<Object>
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.exoplatform.container.spi.ComponentAdapter<Object>
    • isIssuedFrom

      public boolean isIssuedFrom(String servletContextName)