org.osivia.nuxeo.configuration
Class ConfigurationHelper
java.lang.Object
org.osivia.nuxeo.configuration.ConfigurationHelper
@Name(value="config")
@Scope(value=CONVERSATION)
@Install(precedence=30)
public class ConfigurationHelper
- extends java.lang.Object
Bean for getting configuration informations
|
Field Summary |
protected org.nuxeo.ecm.platform.ui.web.api.NavigationContext |
navigationContext
nagivation context for nuxeo queries |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
navigationContext
@In(create=true)
protected transient org.nuxeo.ecm.platform.ui.web.api.NavigationContext navigationContext
- nagivation context for nuxeo queries
ConfigurationHelper
public ConfigurationHelper()
getPageTemplates
public org.nuxeo.ecm.core.api.DocumentModelList getPageTemplates()
- Returns:
- a list of pages templates allowed in the cms mode
getFragmentTypes
public org.nuxeo.ecm.core.api.DocumentModelList getFragmentTypes()
- Returns:
- a list of fragment types who can be created in cms mode
getWindowStyles
public org.nuxeo.ecm.core.api.DocumentModelList getWindowStyles()
- Returns:
- a list of css window style who can be setted on the CMS windows
Copyright © 2013. All Rights Reserved.