JBoss.orgCommunity Documentation
WCMComposer is responsible for assembling pages, and is key for serving pages efficiently.
The JMX name template of WCMComposer MBeans: exo:portal="portal",service=composer,view=portal,type=content.
Attribute | Description |
---|---|
Cached
| Indicate the cache is used or not. |
CachedEntries
| The number of nodes in the cache. |
UsedLanguages
| The list of all languages accessible in the composer. |
UsedOrderBy
| The list of OrderBy properties accessible in the composer. |
UsedPrimaryTypes
| The list of primary types accessible in the composer. |
Operation | Description |
---|---|
cleanTemplates
| Clean all templates in the composer. |
setCached(iscached)
| Enable/Disable caching in the composer. |
useDefaultLanguage
| Check if the default language is used in case the translation is not published. |
getUsedPrimaryTypes
| Return the list of primary types accessible in the composer. |
getCachedEntries
| Return the number of nodes in the cache. |
isCached
| Check if the cache is used in the composer. |
getUsedLanguages
| Return the list of all languages accessible in the composer. |
getUsedOrderBy
| Return the list of OrderBy properties accessible in the composer. |