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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(Configuration configuration) Get the id of the GDPR component linked to the servicegetId()Get the service idGet the XSLT pathvoidsetPluginInfo(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:
configurein interfaceConfigurable- Throws:
ConfigurationException
-
setPluginInfo
Description copied from interface:PluginAwareSets 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:
setPluginInfoin 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:GDPRServiceGet the id of the GDPR component linked to the service- Specified by:
getGDPRIdin interfaceGDPRService- Returns:
- the id of the GDPR component
-
getId
Description copied from interface:GDPRServiceGet the service id- Specified by:
getIdin interfaceGDPRService- Returns:
- the service id
-
getXSLTPath
Description copied from interface:GDPRServiceGet the XSLT path- Specified by:
getXSLTPathin interfaceGDPRService- Returns:
- the XSLT path
-