Package org.ametys.web.gdpr
Class GDPRServicesExtensionPoint
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<GDPRService>
org.ametys.web.gdpr.GDPRServicesExtensionPoint
- All Implemented Interfaces:
LogEnabled
,ExtensionPoint<GDPRService>
,Disposable
,Initializable
,Component
,Contextualizable
,Serviceable
,ThreadSafe
public class GDPRServicesExtensionPoint
extends AbstractThreadSafeComponentExtensionPoint<GDPRService>
This class is in charge of handling GDPR service extension point.
-
Field Summary
Modifier and TypeFieldDescriptionprotected GDPRComponentHelper
The GDPR component helperstatic final String
Avalon RoleFields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetServiceXSLTPath
(String serviceId) Get the service XSLT pathvoid
service
(ServiceManager manager) Methods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, addExtension, contextualize, dispose, getExtension, getExtensionsIds, hasExtension, initialize, initializeExtensions
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
Avalon Role -
_gdprComponentHelper
The GDPR component helper
-
-
Constructor Details
-
GDPRServicesExtensionPoint
public GDPRServicesExtensionPoint()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classAbstractThreadSafeComponentExtensionPoint<GDPRService>
- Throws:
ServiceException
-
getServiceXSLTPath
Get the service XSLT path- Parameters:
serviceId
- the service id- Returns:
- the service XSLT path
-