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.BaseComponentPluginThis class allows us to define new creators- Version:
- $Id$
- Author:
- Nicolas Filotto
-
-
Constructor Summary
Constructors Constructor Description ExoCacheCreatorPlugin(org.exoplatform.container.xml.InitParams params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ExoCacheCreator>getCreators()Returns all the creators defined for this ComponentPlugin
-
-
-
Method Detail
-
getCreators
public List<ExoCacheCreator> getCreators()
Returns all the creators defined for this ComponentPlugin
-
-