Package org.ametys.core.ui.dispatcher
Class DispatchProcessExtensionPoint
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<DispatchRequestProcess>
org.ametys.core.ui.dispatcher.DispatchProcessExtensionPoint
- All Implemented Interfaces:
LogEnabled
,ExtensionPoint<DispatchRequestProcess>
,Disposable
,Initializable
,Component
,Contextualizable
,Serviceable
,ThreadSafe
public class DispatchProcessExtensionPoint
extends AbstractThreadSafeComponentExtensionPoint<DispatchRequestProcess>
This extension point is called by the dispatcher at each internal request
-
Field Summary
Fields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, addExtension, contextualize, dispose, getExtension, getExtensionsIds, hasExtension, initialize, initializeExtensions, service
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
avalon role
-
-
Constructor Details
-
DispatchProcessExtensionPoint
public DispatchProcessExtensionPoint()
-