Package org.ametys.web.clientsideelement
Class TemplatesMenu
-
- All Implemented Interfaces:
ClientSideElement
,MenuClientSideElement
,LogEnabled
,PluginAware
,Configurable
,Contextualizable
,Serviceable
public class TemplatesMenu extends AbstractPageMenu implements Contextualizable
This element finally creates a gallery button with one item per template
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ametys.core.ui.SimpleMenu
SimpleMenu.GalleryGroup, SimpleMenu.GalleryItem, SimpleMenu.UnresolvedItem
-
Nested classes/interfaces inherited from interface org.ametys.core.ui.ClientSideElement
ClientSideElement.Script, ClientSideElement.ScriptFile
-
-
Field Summary
Fields Modifier and Type Field Description protected I18nUtils
_i18nUtils
The i18n utilsprotected static String
_RESOURCES_PLUGIN
The plugin in which are the templates resources (messages and icons).protected SiteManager
_siteManager
The site managerprotected SkinsManager
_skinsManager
The skins managerprotected TemplatesAssignmentHandler
_templatesAssignmentHandler
The template assignment handler-
Fields inherited from class org.ametys.web.clientsideelement.AbstractPageMenu
_resolver, _synchronizeComponent
-
Fields inherited from class org.ametys.core.ui.SimpleMenu
_galleryItems, _menuItemManager, _menuItems, _primaryMenuItem, _ribbonControlManager, _smanager, _unresolvedMenuItems
-
Fields inherited from class org.ametys.core.ui.StaticFileImportsClientSideElement
_currentUserProvider, _dependencies, _featureName, _id, _pluginName, _rightManager, _rights, _rightsMode, _script
-
-
Constructor Summary
Constructors Constructor Description TemplatesMenu()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ThreadSafeComponentManager<ClientSideElement>
_getGalleryItemManager()
Get the gallery item managerprotected List<SimpleMenu.GalleryItem>
_getGalleryItems()
Get the gallery itemsprotected Configuration
_getTemplateItemConfiguration(String itemId, SkinTemplate template)
Get the configuration for a language itemvoid
contextualize(Context context)
List<ClientSideElement.Script>
getScripts(boolean ignoreRights, Map<String,Object> contextParameters)
This method return the scripts that will be used on client side.Map<String,Object>
getStatus(List<String> pageIds)
Get the available templates for pagesvoid
service(ServiceManager smanager)
-
Methods inherited from class org.ametys.web.clientsideelement.AbstractPageMenu
getAllRightPageDescription, getNoModifiablePageDescription, getNoRightPageDescription, getPageDefaultParameters, hasRight
-
Methods inherited from class org.ametys.core.ui.SimpleMenu
_addDependencies, _configureClass, _configureGalleries, _configureGroupGallery, _configureItemsMenu, _getGalleryItems, _getMenuItems, configure, getReferencedClientSideElements, getRights
-
Methods inherited from class org.ametys.core.ui.StaticClientSideElement
_configureParameters, _configureScript, configureInitialParameters
-
Methods inherited from class org.ametys.core.ui.StaticFileImportsClientSideElement
_configureDependencies, _configureImports, _configureRights, _configureRightsMode, getDependencies, getId, getPluginName, getScripts, hasRight, setPluginInfo, toString
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
-
-
-
Field Detail
-
_RESOURCES_PLUGIN
protected static final String _RESOURCES_PLUGIN
The plugin in which are the templates resources (messages and icons).- See Also:
- Constant Field Values
-
_skinsManager
protected SkinsManager _skinsManager
The skins manager
-
_templatesAssignmentHandler
protected TemplatesAssignmentHandler _templatesAssignmentHandler
The template assignment handler
-
_siteManager
protected SiteManager _siteManager
The site manager
-
_i18nUtils
protected I18nUtils _i18nUtils
The i18n utils
-
-
Constructor Detail
-
TemplatesMenu
public TemplatesMenu()
-
-
Method Detail
-
service
public void service(ServiceManager smanager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classAbstractPageMenu
- Throws:
ServiceException
-
contextualize
public void contextualize(Context context) throws ContextException
- Specified by:
contextualize
in interfaceContextualizable
- Throws:
ContextException
-
getStatus
public Map<String,Object> getStatus(List<String> pageIds)
Get the available templates for pages- Parameters:
pageIds
- The ids of pages- Returns:
- the list of templates' name
-
getScripts
public List<ClientSideElement.Script> getScripts(boolean ignoreRights, Map<String,Object> contextParameters)
Description copied from interface:ClientSideElement
This method return the scripts that will be used on client side. This class will be parametrized by initial and current parameters.- Specified by:
getScripts
in interfaceClientSideElement
- Overrides:
getScripts
in classSimpleMenu
- Parameters:
ignoreRights
- True to ignore the rights verification.contextParameters
- Contextuals parameters transmitted by the environment.- Returns:
- The list of scripts or an empty list.
-
_getGalleryItemManager
protected ThreadSafeComponentManager<ClientSideElement> _getGalleryItemManager()
Description copied from class:SimpleMenu
Get the gallery item manager- Overrides:
_getGalleryItemManager
in classSimpleMenu
- Returns:
- the gallery item manager
-
_getGalleryItems
protected List<SimpleMenu.GalleryItem> _getGalleryItems()
Description copied from class:SimpleMenu
Get the gallery items- Overrides:
_getGalleryItems
in classSimpleMenu
- Returns:
- the gallery items
-
_getTemplateItemConfiguration
protected Configuration _getTemplateItemConfiguration(String itemId, SkinTemplate template)
Get the configuration for a language item- Parameters:
itemId
- The item idtemplate
- The template used for the item- Returns:
- The configuration
-
-