Class SearchableExtensionPoint
- java.lang.Object
-
- org.ametys.runtime.plugin.component.AbstractLogEnabled
-
- org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<Searchable>
-
- org.ametys.web.frontoffice.search.metamodel.SearchableExtensionPoint
-
- All Implemented Interfaces:
LogEnabled
,ExtensionPoint<Searchable>
,Disposable
,Initializable
,Component
,Contextualizable
,Serviceable
,ThreadSafe
public class SearchableExtensionPoint extends AbstractThreadSafeComponentExtensionPoint<Searchable>
Extension point forSearchable
s
-
-
Field Summary
Fields Modifier and Type Field Description static String
ROLE
Avalon Role-
Fields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager
-
-
Constructor Summary
Constructors Constructor Description SearchableExtensionPoint()
-
Method Summary
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, addExtension, contextualize, dispose, getExtension, getExtensionsIds, hasExtension, initialize, initializeExtensions, service
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
-
-
-
Constructor Detail
-
SearchableExtensionPoint
public SearchableExtensionPoint()
-
-