Class UFJSPluginProcessor
- java.lang.Object
-
- org.uberfire.backend.server.plugins.processors.AbstractRuntimePluginProcessor
-
- org.uberfire.backend.server.plugins.processors.UFJSPluginProcessor
-
- All Implemented Interfaces:
org.uberfire.backend.plugin.PluginProcessor,org.uberfire.backend.plugin.RuntimePluginProcessor
@ApplicationScoped public class UFJSPluginProcessor extends AbstractRuntimePluginProcessor
-
-
Constructor Summary
Constructors Constructor Description UFJSPluginProcessor()UFJSPluginProcessor(javax.enterprise.event.Event<org.uberfire.workbench.events.PluginAddedEvent> pluginAddedEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.PluginUpdatedEvent> pluginUpdatedEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanshouldProcess(String pluginName)-
Methods inherited from class org.uberfire.backend.server.plugins.processors.AbstractRuntimePluginProcessor
getAvailableRuntimePlugins, isRegistered, process, removeAll
-
-
-
-
Constructor Detail
-
UFJSPluginProcessor
public UFJSPluginProcessor()
-
UFJSPluginProcessor
@Inject public UFJSPluginProcessor(javax.enterprise.event.Event<org.uberfire.workbench.events.PluginAddedEvent> pluginAddedEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.PluginUpdatedEvent> pluginUpdatedEvent)
-
-
Method Detail
-
shouldProcess
public boolean shouldProcess(String pluginName)
- Specified by:
shouldProcessin interfaceorg.uberfire.backend.plugin.PluginProcessor- Overrides:
shouldProcessin classAbstractRuntimePluginProcessor
-
-