Uses of Class
info.magnolia.cms.beans.config.ServerConfiguration

Packages that use ServerConfiguration
info.magnolia.cms.beans.config   
info.magnolia.module.admininterface.pages   
info.magnolia.module.templatingcomponents.components   
info.magnolia.module.templatingcomponents.freemarker   
info.magnolia.module.templatingcomponents.jsp   
 

Uses of ServerConfiguration in info.magnolia.cms.beans.config
 

Methods in info.magnolia.cms.beans.config that return ServerConfiguration
static ServerConfiguration ServerConfiguration.getInstance()
           
protected  ServerConfiguration ServerConfiguration.InstanceFactory.transformNode(Content node)
           
 

Uses of ServerConfiguration in info.magnolia.module.admininterface.pages
 

Methods in info.magnolia.module.admininterface.pages that return ServerConfiguration
 ServerConfiguration ConfigurationPage.getServer()
           
 

Uses of ServerConfiguration in info.magnolia.module.templatingcomponents.components
 

Methods in info.magnolia.module.templatingcomponents.components that return ServerConfiguration
protected  ServerConfiguration AbstractAuthoringUiComponent.getServer()
           
 

Methods in info.magnolia.module.templatingcomponents.components with parameters of type ServerConfiguration
static EditBar EditBar.make(ServerConfiguration serverCfg, AggregationState aggState, Content specificContent, String specificDialogName, String editButtonLabel, boolean enableMoveButton, boolean enableDeleteButton)
           
static SingletonParagraphBar SingletonParagraphBar.make(ServerConfiguration serverCfg, AggregationState aggState, String contentName, List<String> allowedParagraphs, String enableButtonLabel)
           
static NewBar NewBar.make(ServerConfiguration serverCfg, AggregationState aggState, String containerName, List<String> allowedParagraphs, String newButtonLabel)
           
static PageEditBar PageEditBar.make(ServerConfiguration serverCfg, AggregationState aggState, String editButtonLabel, String dialogName)
           
 

Constructors in info.magnolia.module.templatingcomponents.components with parameters of type ServerConfiguration
AbstractAuthoringUiComponent(ServerConfiguration server, AggregationState aggregationState)
           
EditBar(ServerConfiguration serverConfiguration, AggregationState aggregationState)
           
NewBar(ServerConfiguration server, AggregationState aggregationState)
           
PageEditBar(ServerConfiguration server, AggregationState aggregationState)
           
SingletonParagraphBar(ServerConfiguration server, AggregationState aggregationState)
           
 

Uses of ServerConfiguration in info.magnolia.module.templatingcomponents.freemarker
 

Methods in info.magnolia.module.templatingcomponents.freemarker with parameters of type ServerConfiguration
protected  AuthoringUiComponent SingletonParagraphBarDirective.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState, freemarker.core.Environment env, Map<String,freemarker.template.TemplateModel> params, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body)
           
protected  AuthoringUiComponent PageEditBarDirective.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState, freemarker.core.Environment env, Map<String,freemarker.template.TemplateModel> params, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body)
           
protected  AuthoringUiComponent NewBarDirective.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState, freemarker.core.Environment env, Map<String,freemarker.template.TemplateModel> params, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body)
           
protected  AuthoringUiComponent EditBarDirective.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState, freemarker.core.Environment env, Map<String,freemarker.template.TemplateModel> params, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body)
           
protected abstract  AuthoringUiComponent AbstractDirective.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState, freemarker.core.Environment env, Map<String,freemarker.template.TemplateModel> params, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body)
          Implementations of this method should return a AuthoringUiComponent, prepared with the known parameters.
 

Uses of ServerConfiguration in info.magnolia.module.templatingcomponents.jsp
 

Methods in info.magnolia.module.templatingcomponents.jsp with parameters of type ServerConfiguration
protected  AuthoringUiComponent SingletonParagraphBarTag.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState)
           
protected  AuthoringUiComponent PageEditBarTag.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState)
           
protected  AuthoringUiComponent NewBarTag.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState)
           
protected  AuthoringUiComponent EditBarTag.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState)
           
protected abstract  AuthoringUiComponent AbstractTag.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState)
          Validate parameters and return a ready-to-output instance of an AuthoringUiComponent.
 



Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.