Class TextBlockController

java.lang.Object
org.imixs.workflow.office.config.TextBlockController
All Implemented Interfaces:
Serializable

@Named @RequestScoped public class TextBlockController extends Object implements Serializable
The TextBlockController is a CDI bean providing a methods to load a textBlock from the TextblockService EJB which is using an ApplicationScoped cache. The controller can be used by front-end pages to display a textBlock.
Author:
rsoika
See Also:
  • Constructor Details

    • TextBlockController

      public TextBlockController()
  • Method Details

    • load

      public org.imixs.workflow.ItemCollection load(String name)
      Loads a text-block item by Name or uniqueID from the ApplicationScoped TextBlockService EJB.
      Parameters:
      name -
      Returns: