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