Class HTMLPluginProcessor

  • All Implemented Interfaces:
    org.uberfire.backend.plugin.PluginProcessor, org.uberfire.backend.plugin.RuntimePluginProcessor

    @ApplicationScoped
    public class HTMLPluginProcessor
    extends AbstractRuntimePluginProcessor
    • 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)
    • Method Detail

      • lookupForTemplate

        public Optional<org.uberfire.backend.plugin.RuntimePlugin> lookupForTemplate​(String templateName)