Copyright© 2008-2026 Sitevision AB, all rights reserved.
@Requireable(value="CreateContentFactory") public interface CreateContentFactory
This factory provides builder instances for creating and updating content.
An instance of the Sitevision class implementing this interface can be obtained via
Utils.getCreateContentFactory().
See Utils for how to obtain an instance of the
Utils interface.
| Modifier and Type | Method and Description |
|---|---|
TextModuleCreator |
getTextModuleCreator()
Gets a builder for creating new text modules.
|
TextModuleUpdater |
getTextModuleUpdater()
Gets a builder for updating existing text modules.
|
TextModuleCreator getTextModuleCreator()
The returned builder can be used to configure and create a new text module (text portlet) on a page or within a layout. Each call to this method returns a fresh builder instance with no state carried over from previous operations.
TextModuleUpdater getTextModuleUpdater()
The returned builder can be used to update the content of an existing text module (text portlet). Each call to this method returns a fresh builder instance with no state carried over from previous operations.
Sitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2026 Sitevision AB, all rights reserved.