Package org.ametys.web.gdpr
Class StaticGDPRService
java.lang.Object
org.ametys.web.gdpr.StaticGDPRService
- All Implemented Interfaces:
PluginAware
,GDPRService
,Configurable
This class represents a static GDPR service.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(Configuration configuration) Get the id of the GDPR component linked to the servicegetId()
Get the service idGet the XSLT pathvoid
setPluginInfo
(String pluginName, String featureName, String id) Sets the plugin info relative to the current component.
Note : The feature name may be null if the targeted component in declared at plugin level.
-
Constructor Details
-
StaticGDPRService
public StaticGDPRService()
-
-
Method Details
-
configure
- Specified by:
configure
in interfaceConfigurable
- Throws:
ConfigurationException
-
setPluginInfo
Description copied from interface:PluginAware
Sets the plugin info relative to the current component.
Note : The feature name may be null if the targeted component in declared at plugin level.- Specified by:
setPluginInfo
in interfacePluginAware
- Parameters:
pluginName
- Unique identifier for the plugin hosting the extensionfeatureName
- Unique feature identifier (unique for a given pluginName)id
- Unique identifier of this component
-
getGDPRId
Description copied from interface:GDPRService
Get the id of the GDPR component linked to the service- Specified by:
getGDPRId
in interfaceGDPRService
- Returns:
- the id of the GDPR component
-
getId
Description copied from interface:GDPRService
Get the service id- Specified by:
getId
in interfaceGDPRService
- Returns:
- the service id
-
getXSLTPath
Description copied from interface:GDPRService
Get the XSLT path- Specified by:
getXSLTPath
in interfaceGDPRService
- Returns:
- the XSLT path
-