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
Fields Modifier and Type Field Description protected GDPRComponent
_gdprComponent
The GDPR componentstatic String
ROLE
Avalon Role-
Fields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager
-
-
Constructor Summary
Constructors Constructor Description GDPRServicesExtensionPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getServiceXSLTPath(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 Detail
-
_gdprComponent
protected GDPRComponent _gdprComponent
The GDPR component
-
-
Constructor Detail
-
GDPRServicesExtensionPoint
public GDPRServicesExtensionPoint()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classAbstractThreadSafeComponentExtensionPoint<GDPRService>
- Throws:
ServiceException
-
getServiceXSLTPath
public String getServiceXSLTPath(String serviceId)
Get the service XSLT path- Parameters:
serviceId
- the service id- Returns:
- the service XSLT path
-
-