Package org.ametys.web.site
Class SiteConfigurationExtensionPoint
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<SiteParameterWrapper>
org.ametys.web.site.SiteConfigurationExtensionPoint
- All Implemented Interfaces:
LogEnabled
,ExtensionPoint<SiteParameterWrapper>
,Disposable
,Initializable
,Component
,Contextualizable
,Serviceable
,ThreadSafe
public class SiteConfigurationExtensionPoint
extends AbstractThreadSafeComponentExtensionPoint<SiteParameterWrapper>
Extension point holding all
SiteParameterWrapper
definitions.-
Field Summary
Fields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
_addParameter
(String pluginName, String featureName, Configuration configuration) Declare a site parameter.void
addExtension
(String id, String pluginName, String featureName, Configuration configuration) Add an extension to this point.void
dispose()
Dispose the manager before restarting itgetExtension
(String id) Returns the named extensionReturns a Set containing the ids of all known extensionsboolean
hasExtension
(String id) Returns true if the named extension existsvoid
void
Finalize the initialization of the extensions.
This method is called after alladdExtension()
calls.
This is the last step before the actual startup of the application.void
service
(ServiceManager manager) Methods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, contextualize
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
Avalon Role
-
-
Constructor Details
-
SiteConfigurationExtensionPoint
public SiteConfigurationExtensionPoint()
-
-
Method Details
-
initialize
- Specified by:
initialize
in interfaceInitializable
- Overrides:
initialize
in classAbstractThreadSafeComponentExtensionPoint<SiteParameterWrapper>
- Throws:
Exception
-
service
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classAbstractThreadSafeComponentExtensionPoint<SiteParameterWrapper>
- Throws:
ServiceException
-
dispose
Dispose the manager before restarting it- Specified by:
dispose
in interfaceDisposable
- Overrides:
dispose
in classAbstractThreadSafeComponentExtensionPoint<SiteParameterWrapper>
-
hasExtension
Description copied from interface:ExtensionPoint
Returns true if the named extension exists- Specified by:
hasExtension
in interfaceExtensionPoint<SiteParameterWrapper>
- Overrides:
hasExtension
in classAbstractThreadSafeComponentExtensionPoint<SiteParameterWrapper>
- Parameters:
id
- the unique id of the extension- Returns:
- true if the named extension exists
-
addExtension
public void addExtension(String id, String pluginName, String featureName, Configuration configuration) throws ConfigurationException Description copied from interface:ExtensionPoint
Add an extension to this point. Each implementation knows the meaning of the given configuration.- Specified by:
addExtension
in interfaceExtensionPoint<SiteParameterWrapper>
- Overrides:
addExtension
in classAbstractThreadSafeComponentExtensionPoint<SiteParameterWrapper>
- Parameters:
id
- the unique identifier of the extension.pluginName
- Unique identifier for the plugin hosting the extensionfeatureName
- Unique feature identifier (unique for a given pluginName)configuration
- the information about the extension to be added- Throws:
ConfigurationException
- when a configuration problem occurs
-
_addParameter
protected void _addParameter(String pluginName, String featureName, Configuration configuration) throws ConfigurationException Declare a site parameter.- Parameters:
pluginName
- The name of the plugin declaring the extension.featureName
- the name of the featureconfiguration
- The parameter configuration.- Throws:
ConfigurationException
- if configuration is not complete.
-
getExtension
Description copied from interface:ExtensionPoint
Returns the named extension- Specified by:
getExtension
in interfaceExtensionPoint<SiteParameterWrapper>
- Overrides:
getExtension
in classAbstractThreadSafeComponentExtensionPoint<SiteParameterWrapper>
- Parameters:
id
- the unique id of the extension- Returns:
- the named extension
-
getExtensionsIds
Description copied from interface:ExtensionPoint
Returns a Set containing the ids of all known extensions- Specified by:
getExtensionsIds
in interfaceExtensionPoint<SiteParameterWrapper>
- Overrides:
getExtensionsIds
in classAbstractThreadSafeComponentExtensionPoint<SiteParameterWrapper>
- Returns:
- a Set containing the ids of all known extensions
-
initializeExtensions
Description copied from interface:ExtensionPoint
Finalize the initialization of the extensions.
This method is called after alladdExtension()
calls.
This is the last step before the actual startup of the application.- Specified by:
initializeExtensions
in interfaceExtensionPoint<SiteParameterWrapper>
- Overrides:
initializeExtensions
in classAbstractThreadSafeComponentExtensionPoint<SiteParameterWrapper>
- Throws:
Exception
- if something wrong occurs
-