Class ExoCacheCreatorPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.cache.impl.infinispan.ExoCacheCreatorPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class ExoCacheCreatorPlugin extends org.exoplatform.container.component.BaseComponentPlugin
This class allows us to define new creators
Version:
$Id$
Author:
Nicolas Filotto
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    ExoCacheCreatorPlugin(org.exoplatform.container.xml.InitParams params)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns all the creators defined for this ComponentPlugin

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

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

    • ExoCacheCreatorPlugin

      public ExoCacheCreatorPlugin(org.exoplatform.container.xml.InitParams params)
  • Method Details

    • getCreators

      public List<ExoCacheCreator> getCreators()
      Returns all the creators defined for this ComponentPlugin