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
FieldsModifier and TypeFieldDescriptionprotected GDPRComponentHelperThe GDPR component helperstatic final StringAvalon RoleFields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetServiceXSLTPath(String serviceId) Get the service XSLT pathvoidservice(ServiceManager manager) Methods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, addExtension, contextualize, dispose, getExtension, getExtensionsIds, hasExtension, initialize, initializeExtensionsMethods 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:
servicein interfaceServiceable- Overrides:
servicein classAbstractThreadSafeComponentExtensionPoint<GDPRService>- Throws:
ServiceException
-
getServiceXSLTPath
Get the service XSLT path- Parameters:
serviceId- the service id- Returns:
- the service XSLT path
-