Class PerspectiveLayoutPluginProcessor
- java.lang.Object
-
- org.uberfire.backend.server.plugins.processors.AbstractRuntimePluginProcessor
-
- org.uberfire.backend.server.plugins.processors.PerspectiveLayoutPluginProcessor
-
- All Implemented Interfaces:
org.uberfire.backend.plugin.PluginProcessor,org.uberfire.backend.plugin.RuntimePluginProcessor
@ApplicationScoped public class PerspectiveLayoutPluginProcessor extends AbstractRuntimePluginProcessor
-
-
Constructor Summary
Constructors Constructor Description PerspectiveLayoutPluginProcessor()PerspectiveLayoutPluginProcessor(javax.enterprise.event.Event<org.uberfire.workbench.events.PluginAddedEvent> pluginAddedEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.PluginUpdatedEvent> pluginUpdatedEvent)
-
Method Summary
-
Methods inherited from class org.uberfire.backend.server.plugins.processors.AbstractRuntimePluginProcessor
getAvailableRuntimePlugins, isRegistered, process, removeAll, shouldProcess
-
-
-
-
Constructor Detail
-
PerspectiveLayoutPluginProcessor
public PerspectiveLayoutPluginProcessor()
-
PerspectiveLayoutPluginProcessor
@Inject public PerspectiveLayoutPluginProcessor(javax.enterprise.event.Event<org.uberfire.workbench.events.PluginAddedEvent> pluginAddedEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.PluginUpdatedEvent> pluginUpdatedEvent)
-
-