Package org.imixs.workflow.office.config
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextBlockController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.imixs.workflow.ItemCollectionload(String name)Loads a text-block item by Name or uniqueID from the ApplicationScoped TextBlockService EJB.
-
-
-
Method Detail
-
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:
-
-