Uses of Interface
info.magnolia.rendering.template.AreaDefinition

Packages that use AreaDefinition
info.magnolia.rendering.context   
info.magnolia.rendering.template   
info.magnolia.rendering.template.configured   
info.magnolia.templating.elements   
 

Uses of AreaDefinition in info.magnolia.rendering.context
 

Methods in info.magnolia.rendering.context that return AreaDefinition
 AreaDefinition RenderingContext.getParentAreaDefinition()
           
 AreaDefinition AggregationStateBasedRenderingContext.getParentAreaDefinition()
           
 

Uses of AreaDefinition in info.magnolia.rendering.template
 

Methods in info.magnolia.rendering.template that return types with arguments of type AreaDefinition
 Map<String,AreaDefinition> TemplateDefinition.getAreas()
           
 

Uses of AreaDefinition in info.magnolia.rendering.template.configured
 

Classes in info.magnolia.rendering.template.configured that implement AreaDefinition
 class ConfiguredAreaDefinition
          A AreaDefinition configured in the configuration workspace.
 

Methods in info.magnolia.rendering.template.configured that return types with arguments of type AreaDefinition
 Map<String,AreaDefinition> ConfiguredTemplateDefinition.getAreas()
           
 

Methods in info.magnolia.rendering.template.configured with parameters of type AreaDefinition
 void ConfiguredTemplateDefinition.addArea(String name, AreaDefinition areaDefinition)
           
 

Method parameters in info.magnolia.rendering.template.configured with type arguments of type AreaDefinition
 void ConfiguredTemplateDefinition.setAreas(Map<String,AreaDefinition> areaDefinitions)
           
 

Uses of AreaDefinition in info.magnolia.templating.elements
 

Methods in info.magnolia.templating.elements that return AreaDefinition
 AreaDefinition AreaElement.getArea()
           
protected  AreaDefinition AreaElement.resolveAreaDefinition()
           
 

Methods in info.magnolia.templating.elements with parameters of type AreaDefinition
 void AreaElement.setArea(AreaDefinition area)
           
 



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