Class InstanceComponentAdapter<T>

java.lang.Object
org.exoplatform.container.AbstractComponentAdapter<T>
org.exoplatform.container.InstanceComponentAdapter<T>
All Implemented Interfaces:
Serializable, ComponentAdapter<T>, ComponentAdapter<T>

public class InstanceComponentAdapter<T> extends AbstractComponentAdapter<T>
See Also:
  • Constructor Details

  • Method Details

    • getComponentInstance

      public T getComponentInstance()
      Retrieve the component instance. This method will usually create a new instance each time it is called, but that is not required.
      Returns:
      the component instance.
    • isSingleton

      public boolean isSingleton()
      Indicates whether or not this adapter is a singleton