A C D E F G H I J M N O P R S T V W

A

AbstractParagraphRenderer - Class in info.magnolia.module.templating.paragraphs
Base class for implementing ParagraphRenderers.
AbstractParagraphRenderer() - Constructor for class info.magnolia.module.templating.paragraphs.AbstractParagraphRenderer
 
AbstractRenderable - Class in info.magnolia.module.templating
Base implementation for paragraph and template definitions.
AbstractRenderable() - Constructor for class info.magnolia.module.templating.AbstractRenderable
 
AbstractRenderer - Class in info.magnolia.module.templating
Abstract renderer which can be used to implement paragraph or template renderers.
AbstractRenderer() - Constructor for class info.magnolia.module.templating.AbstractRenderer
 
AbstractTemplateRenderer - Class in info.magnolia.module.templating.renderers
Base class for implementing TemplateRenderers.
AbstractTemplateRenderer() - Constructor for class info.magnolia.module.templating.renderers.AbstractTemplateRenderer
 
acceptResource(InstallContext, String) - Method in class info.magnolia.module.templating.setup.for3_5.IntroduceParagraphRenderers
 
ACTION_RESULT_ATTRIBUTE_PREFIX - Static variable in class info.magnolia.module.templating.ModelExecutionFilter
 
addParagraphToCache(Content) - Method in class info.magnolia.module.templating.ParagraphManager
Adds paragraph definition to ParagraphInfo cache.
addParagraphToCache(Paragraph) - Method in class info.magnolia.module.templating.ParagraphManager
 
addSubTemplate(String, Template) - Method in class info.magnolia.module.templating.Template
 

C

content - Variable in class info.magnolia.module.templating.RenderingModelImpl
 
create(Object, ObjectWrapper) - Method in class info.magnolia.module.templating.freemarker.RenderableDefinitionModel.Factory
 
createAttribute(String, String) - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
Util method to create html attributes name="value".
createLink(Content) - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
createLink(NodeData) - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
createLink(String, String) - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 

D

decode(Content) - Static method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
DEFAULT_MODEL_EXECUTION_ATTRIBUTE_NAME - Static variable in class info.magnolia.module.templating.ModelExecutionFilter
 
DefaultRenderingEngine - Class in info.magnolia.module.templating.engine
Default implementation which determines the definition (template/paragraph) from the content's meta data.
DefaultRenderingEngine() - Constructor for class info.magnolia.module.templating.engine.DefaultRenderingEngine
 
DefaultRenderingEngine.RenderingHelper - Enum in info.magnolia.module.templating.engine
A helper enumeration usable by subclasses.
definition - Variable in class info.magnolia.module.templating.RenderingModelImpl
 
DeprecateDialogPathAllModules - Class in info.magnolia.module.templating.setup.for4_0
Renames dialogPath to dialog and sets the property to the dialog name, in all modules in all paragraphs nodes.
DeprecateDialogPathAllModules(String, String) - Constructor for class info.magnolia.module.templating.setup.for4_0.DeprecateDialogPathAllModules
 
determineAssignedDefinitionName(Content) - Method in class info.magnolia.module.templating.engine.DefaultRenderingEngine
Reads the template name from the meta data.
determineTemplatePath(String, RenderingModel) - Method in class info.magnolia.module.templating.AbstractRenderable
Return always the AbstractRenderable.templatePath property.
determineTemplatePath(Content, RenderableDefinition, RenderingModel, String) - Method in class info.magnolia.module.templating.AbstractRenderer
 
determineTemplatePath(String, RenderingModel) - Method in interface info.magnolia.module.templating.RenderableDefinition
The modules execute() method can return a string which is passed to this method to determine the template to use.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.module.templating.ModelExecutionFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.module.templating.RenderingFilter
 

E

EarlyExecutionAware - Interface in info.magnolia.module.templating
Implemented by models that want to handle early execution in a separate callback.
encode(Content) - Static method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
execute() - Method in interface info.magnolia.module.templating.RenderingModel
Called after all properties were set.
execute() - Method in class info.magnolia.module.templating.RenderingModelImpl
 
executeEarly() - Method in interface info.magnolia.module.templating.EarlyExecutionAware
Called after all properties were set.

F

factoryFor() - Method in class info.magnolia.module.templating.freemarker.RenderableDefinitionModel.Factory
 
FixTemplatePathTask - Class in info.magnolia.module.templating.setup.for4_0
since 4.0 the templatePath property was moved to parameters content node, this class fixes it by moving it back.
FixTemplatePathTask(String, String) - Constructor for class info.magnolia.module.templating.setup.for4_0.FixTemplatePathTask
 
FreemarkerParagraphRenderer - Class in info.magnolia.module.templating.paragraphs
Renders a paragraph using freemarker.
FreemarkerParagraphRenderer() - Constructor for class info.magnolia.module.templating.paragraphs.FreemarkerParagraphRenderer
Constructs a FreemarkerParagraphRenderer that uses the default (singleton) instance of FreemarkerHelper.
FreemarkerTemplateRenderer - Class in info.magnolia.module.templating.renderers
Template renderer for freemarker.
FreemarkerTemplateRenderer() - Constructor for class info.magnolia.module.templating.renderers.FreemarkerTemplateRenderer
Constructs a FreemarkerTemplateRenderer that uses the default (singleton) instance of FreemarkerHelper.

G

get(String) - Method in class info.magnolia.module.templating.freemarker.RenderableDefinitionModel
Fall back on the parameters' hash model if no bean property has been found.
getAggregationStateSafely() - Method in class info.magnolia.module.templating.AbstractRenderer
This gets the aggregation state without throwing an exception if the current context is not a WebContext.
getAggregationStateSafely() - Static method in class info.magnolia.module.templating.engine.DefaultRenderingEngine
 
getAggregationStateSafely() - Static method in class info.magnolia.module.templating.ModelExecutionFilter
 
getAggrigationStateSafely() - Method in class info.magnolia.module.templating.AbstractRenderer
Deprecated. since 4.3 - typo, use getAggregationStateSafely()
getAvailableTemplates(Content) - Method in class info.magnolia.module.templating.TemplateManager
 
getAvailableTemplates() - Method in class info.magnolia.module.templating.TemplateManager
Get templates collection.
getContent(String) - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
getContent(String, String) - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
getContent(String) - Method in class info.magnolia.module.templating.ModelExecutionFilter
Returns the Content node for the supplied uuid.
getContent() - Method in interface info.magnolia.module.templating.RenderingModel
The content tied to this model.
getContent() - Method in class info.magnolia.module.templating.RenderingModelImpl
 
getContent() - Method in class info.magnolia.module.templating.Template
 
getContentByUUID(String) - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
getContentByUUID(String, String) - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
getDef() - Method in class info.magnolia.module.templating.RenderingModelImpl
Shortname for templates: model.def.
getDefaultTemplate(Content) - Method in class info.magnolia.module.templating.TemplateManager
Get the Template that could be used for the provided Content as a default.
getDefinition() - Method in interface info.magnolia.module.templating.RenderingModel
The renderable (paragraph/template) tied to this model.
getDefinition() - Method in class info.magnolia.module.templating.RenderingModelImpl
 
getDescription() - Method in class info.magnolia.module.templating.AbstractRenderable
 
getDescription() - Method in interface info.magnolia.module.templating.RenderableDefinition
 
getDialog() - Method in class info.magnolia.module.templating.AbstractRenderable
 
getDialog() - Method in interface info.magnolia.module.templating.RenderableDefinition
 
getDialogPath(String) - Method in class info.magnolia.module.templating.Paragraph
Deprecated. since 4.0 use the dialog property
getExtraInstallTasks(InstallContext) - Method in class info.magnolia.module.templating.setup.TemplatingModuleVersionHandler
 
getI18nBasename() - Method in class info.magnolia.module.templating.AbstractRenderable
 
getI18nBasename() - Method in interface info.magnolia.module.templating.RenderableDefinition
 
getI18NTitle() - Method in class info.magnolia.module.templating.Template
 
getInfo(String) - Method in class info.magnolia.module.templating.ParagraphManager
Deprecated. since 4.0 Use ParagraphManager.getParagraphDefinition(String) instead
getInfo(String) - Method in class info.magnolia.module.templating.TemplateManager
Deprecated. since 4.0 Use TemplateManager.getTemplateDefinition(String) instead
getInfo(String, String) - Method in class info.magnolia.module.templating.TemplateManager
Returns the cached content of the requested template.
getInstance() - Static method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
getInstance() - Static method in class info.magnolia.module.templating.ParagraphManager
Gets the current singleton instance.
getInstance() - Static method in class info.magnolia.module.templating.ParagraphRendererManager
 
getInstance() - Static method in class info.magnolia.module.templating.ParagraphRenderingFacade
Deprecated.  
getInstance() - Static method in class info.magnolia.module.templating.TemplateManager
 
getInstance() - Static method in class info.magnolia.module.templating.TemplateRendererManager
 
getMagnoliaTemplatingUtilities() - Method in class info.magnolia.module.templating.AbstractRenderer
 
getMainContentSafely(Content) - Method in class info.magnolia.module.templating.AbstractRenderer
Gets the current main contain and treats the situation where the context is not a web context nicely by using the current content instead.
getModelClass() - Method in class info.magnolia.module.templating.AbstractRenderable
 
getName() - Method in class info.magnolia.module.templating.AbstractRenderable
 
getName() - Method in interface info.magnolia.module.templating.RenderableDefinition
 
getNodeData(String) - Method in class info.magnolia.module.templating.HTMLEncodingContentWrapper
 
getPageAttributeName() - Method in class info.magnolia.module.templating.AbstractRenderer
Used to give JSP implementations to give the chance to use on other name than page which is a reserved name in JSPs.
getPageAttributeName() - Method in class info.magnolia.module.templating.paragraphs.JspParagraphRenderer
 
getPageAttributeName() - Method in class info.magnolia.module.templating.renderers.JspTemplateRenderer
 
getParagraph(Content) - Method in class info.magnolia.module.templating.ModelExecutionFilter
Returns the Paragraph for the supplied Content.
getParagraphDefinition(String) - Method in class info.magnolia.module.templating.ParagraphManager
Returns the cached content of the requested template.
getParagraphs() - Method in class info.magnolia.module.templating.ParagraphManager
Get a map of all registered paragraphs.
getParameter(String) - Method in class info.magnolia.module.templating.Template
 
getParameters() - Method in class info.magnolia.module.templating.AbstractRenderable
 
getParameters() - Method in interface info.magnolia.module.templating.RenderableDefinition
An arbitrary list of parameters.
getParent() - Method in interface info.magnolia.module.templating.RenderingModel
The model of the parent paragraph or template.
getParent() - Method in class info.magnolia.module.templating.RenderingModelImpl
 
getPath() - Method in class info.magnolia.module.templating.Template
Deprecated. since 4.0. use getTemplatePath() instead
getRenderer(String) - Method in class info.magnolia.module.templating.ParagraphRendererManager
 
getRenderer(String) - Method in class info.magnolia.module.templating.TemplateRendererManager
 
getRenderers() - Method in class info.magnolia.module.templating.ParagraphRendererManager
 
getRenderingModelBasedRenderer(Paragraph) - Method in class info.magnolia.module.templating.ModelExecutionFilter
Returns the ParagraphRenderer for the supplied Paragraph if it supports RenderingModel.
getRoot() - Method in class info.magnolia.module.templating.RenderingModelImpl
 
getString() - Method in class info.magnolia.module.templating.HTMLEncodingNodeDataWrapper
 
getSubTemplate(String) - Method in class info.magnolia.module.templating.Template
 
getSubTemplates() - Method in class info.magnolia.module.templating.Template
 
getTemplateDefinition(String) - Method in class info.magnolia.module.templating.TemplateManager
Returns the cached content of the requested template.
getTemplatePath() - Method in class info.magnolia.module.templating.AbstractRenderable
 
getTemplatePath() - Method in interface info.magnolia.module.templating.RenderableDefinition
 
getTemplateType() - Method in class info.magnolia.module.templating.Paragraph
Deprecated. since 4.0 use the type property
getTitle() - Method in class info.magnolia.module.templating.AbstractRenderable
 
getTitle() - Method in class info.magnolia.module.templating.HTMLEncodingContentWrapper
 
getTitle() - Method in interface info.magnolia.module.templating.RenderableDefinition
 
getType() - Method in class info.magnolia.module.templating.AbstractRenderable
 
getType() - Method in interface info.magnolia.module.templating.RenderableDefinition
 
getUuidOfParagraphToExecute() - Method in class info.magnolia.module.templating.ModelExecutionFilter
 
getWriter() - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
TODO each renderer should provide its own subclass.

H

handleActionResult(String, HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.module.templating.ModelExecutionFilter
Returns true if special handling was performed.
handleResourceRequest(AggregationState, HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.module.templating.RenderingFilter
Get the requested resource and copy it to the ServletOutputStream, bit by bit.
HTMLEncodingContentWrapper - Class in info.magnolia.module.templating
Implementation of wrapped content in HTML format.
HTMLEncodingContentWrapper(Content, boolean) - Constructor for class info.magnolia.module.templating.HTMLEncodingContentWrapper
 
HTMLEncodingNodeDataWrapper - Class in info.magnolia.module.templating
Implementation of wrapped node data in HTML format.
HTMLEncodingNodeDataWrapper(NodeData, boolean) - Constructor for class info.magnolia.module.templating.HTMLEncodingNodeDataWrapper
 

I

i18n(Content) - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
info.magnolia.cms.beans.config - package info.magnolia.cms.beans.config
 
info.magnolia.cms.beans.runtime - package info.magnolia.cms.beans.runtime
 
info.magnolia.module.templating - package info.magnolia.module.templating
 
info.magnolia.module.templating.engine - package info.magnolia.module.templating.engine
 
info.magnolia.module.templating.freemarker - package info.magnolia.module.templating.freemarker
 
info.magnolia.module.templating.paragraphs - package info.magnolia.module.templating.paragraphs
 
info.magnolia.module.templating.renderers - package info.magnolia.module.templating.renderers
 
info.magnolia.module.templating.setup - package info.magnolia.module.templating.setup
 
info.magnolia.module.templating.setup.for3_5 - package info.magnolia.module.templating.setup.for3_5
 
info.magnolia.module.templating.setup.for4_0 - package info.magnolia.module.templating.setup.for4_0
 
inherit(Content) - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
IntroduceParagraphRenderers - Class in info.magnolia.module.templating.setup.for3_5
Introduces paragraph renderers.
IntroduceParagraphRenderers() - Constructor for class info.magnolia.module.templating.setup.for3_5.IntroduceParagraphRenderers
 
isAuthorInstance() - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
isAvailable(Content) - Method in class info.magnolia.module.templating.Template
 
isEditMode() - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
isPreviewMode() - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
isPublicInstance() - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
isVisible() - Method in class info.magnolia.module.templating.Template
Getter for visible.

J

JspParagraphRenderer - Class in info.magnolia.module.templating.paragraphs
A simple paragraph renderer which delegates to a jsp.
JspParagraphRenderer() - Constructor for class info.magnolia.module.templating.paragraphs.JspParagraphRenderer
 
JspTemplateRenderer - Class in info.magnolia.module.templating.renderers
Simple jsp template renderer, mapped to template type jsp.
JspTemplateRenderer() - Constructor for class info.magnolia.module.templating.renderers.JspTemplateRenderer
 

M

MagnoliaTemplatingUtilities - Class in info.magnolia.module.templating
This is an object exposing a couple of methods useful for templates; it's exposed in templates as "mgnl".
MagnoliaTemplatingUtilities() - Constructor for class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
MODEL_ATTRIBUTE_PREFIX - Static variable in class info.magnolia.module.templating.ModelExecutionFilter
 
ModelExecutionFilter - Class in info.magnolia.module.templating
Filter that executes the model for a paragraph before template rendering.
ModelExecutionFilter() - Constructor for class info.magnolia.module.templating.ModelExecutionFilter
 

N

NestPropertiesAllModulesNodeTask - Class in info.magnolia.module.templating.setup.for4_0
Moves property nodes to new nodetype inside like templates/x will be templates/newnode/x.
NestPropertiesAllModulesNodeTask(String, String, String, List, String, String) - Constructor for class info.magnolia.module.templating.setup.for4_0.NestPropertiesAllModulesNodeTask
 
newContext() - Method in class info.magnolia.module.templating.AbstractRenderer
Create a new context object which is a map.
newContext() - Method in class info.magnolia.module.templating.paragraphs.FreemarkerParagraphRenderer
 
newContext() - Method in class info.magnolia.module.templating.paragraphs.JspParagraphRenderer
 
newContext() - Method in class info.magnolia.module.templating.renderers.FreemarkerTemplateRenderer
 
newContext() - Method in class info.magnolia.module.templating.renderers.JspTemplateRenderer
 
newContext() - Method in class info.magnolia.module.templating.renderers.PlainTextTemplateRenderer
 
newContext() - Method in class info.magnolia.module.templating.renderers.ServletTemplateRenderer
 
newModel(Content, RenderableDefinition, RenderingModel) - Method in class info.magnolia.module.templating.AbstractRenderable
Instantiates the model based on the class defined by the AbstractRenderable.modelClass property.
newModel(Content, RenderableDefinition, RenderingModel) - Method in class info.magnolia.module.templating.AbstractRenderer
Creates the model for this rendering process.
newModel(Content, RenderableDefinition, RenderingModel) - Method in interface info.magnolia.module.templating.RenderableDefinition
Create the model based on the current content.
newModel(Content, RenderableDefinition, RenderingModel) - Method in interface info.magnolia.module.templating.RenderingModelBasedRenderer
 

O

onClear() - Method in class info.magnolia.module.templating.ParagraphManager
 
onClear() - Method in class info.magnolia.module.templating.ParagraphRendererManager
 
onClear() - Method in class info.magnolia.module.templating.TemplateManager
 
onClear() - Method in class info.magnolia.module.templating.TemplateRendererManager
 
onRegister(Content) - Method in class info.magnolia.module.templating.ParagraphManager
Register all the paragraphs under this and subnodes.
onRegister(Content) - Method in class info.magnolia.module.templating.ParagraphRendererManager
 
onRegister(Content) - Method in class info.magnolia.module.templating.TemplateManager
Called by the ObservedManager.
onRegister(Content) - Method in class info.magnolia.module.templating.TemplateRendererManager
 
onRender(Content, RenderableDefinition, Writer, Map, String) - Method in class info.magnolia.module.templating.AbstractRenderer
Finally execute the rendering.
onRender(Content, RenderableDefinition, Writer, Map, String) - Method in class info.magnolia.module.templating.paragraphs.FreemarkerParagraphRenderer
 
onRender(Content, RenderableDefinition, Writer, Map, String) - Method in class info.magnolia.module.templating.paragraphs.JspParagraphRenderer
 
onRender(Content, RenderableDefinition, Writer, Map, String) - Method in class info.magnolia.module.templating.renderers.FreemarkerTemplateRenderer
 
onRender(Content, RenderableDefinition, Writer, Map, String) - Method in class info.magnolia.module.templating.renderers.JspTemplateRenderer
 
onRender(Content, RenderableDefinition, Writer, Map, String) - Method in class info.magnolia.module.templating.renderers.PlainTextTemplateRenderer
 
onRender(Content, RenderableDefinition, Writer, Map, String) - Method in class info.magnolia.module.templating.renderers.ServletTemplateRenderer
 
operateOnModuleNode(Content, HierarchyManager, InstallContext) - Method in class info.magnolia.module.templating.setup.for4_0.DeprecateDialogPathAllModules
 
operateOnModuleNode(Content, HierarchyManager, InstallContext) - Method in class info.magnolia.module.templating.setup.for4_0.FixTemplatePathTask
 
operateOnModuleNode(Content, HierarchyManager, InstallContext) - Method in class info.magnolia.module.templating.setup.for4_0.NestPropertiesAllModulesNodeTask
 
operateOnModuleNode(Content, HierarchyManager, InstallContext) - Method in class info.magnolia.module.templating.setup.for4_0.RenamePropertyAllModulesNodeTask
 

P

Paragraph - Class in info.magnolia.cms.beans.config
Deprecated. since 4.0 - moved to info.magnolia.module.templating.Paragraph
Paragraph() - Constructor for class info.magnolia.cms.beans.config.Paragraph
Deprecated.  
Paragraph - Class in info.magnolia.module.templating
Represents a paragraph definition.
Paragraph() - Constructor for class info.magnolia.module.templating.Paragraph
 
ParagraphManager - Class in info.magnolia.module.templating
Manages the paragraphs on the system.
ParagraphManager() - Constructor for class info.magnolia.module.templating.ParagraphManager
 
ParagraphRenderer - Interface in info.magnolia.cms.beans.runtime
Deprecated. since 4.0 - moved to info.magnolia.module.templating.ParagraphRenderer
ParagraphRenderer - Interface in info.magnolia.module.templating
An interface to render paragraphs of content.
ParagraphRendererManager - Class in info.magnolia.module.templating
Manages the paragraph renderers on the system.
ParagraphRendererManager() - Constructor for class info.magnolia.module.templating.ParagraphRendererManager
 
ParagraphRenderingFacade - Class in info.magnolia.cms.beans.config
Deprecated. since 4.0 - moved to info.magnolia.module.templating.ParagraphRenderingFacade
ParagraphRenderingFacade() - Constructor for class info.magnolia.cms.beans.config.ParagraphRenderingFacade
Deprecated.  
ParagraphRenderingFacade - Class in info.magnolia.module.templating
Deprecated. since 4.3, use the RenderingEngine instead
ParagraphRenderingFacade() - Constructor for class info.magnolia.module.templating.ParagraphRenderingFacade
Deprecated.  
parentModel - Variable in class info.magnolia.module.templating.RenderingModelImpl
 
PlainTextParagraphRenderer - Class in info.magnolia.module.templating.paragraphs
A simple paragraph renderer which just writes the value of the "text" property of the content node.
PlainTextParagraphRenderer() - Constructor for class info.magnolia.module.templating.paragraphs.PlainTextParagraphRenderer
 
PlainTextTemplateRenderer - Class in info.magnolia.module.templating.renderers
Template renderer for plain text.
PlainTextTemplateRenderer() - Constructor for class info.magnolia.module.templating.renderers.PlainTextTemplateRenderer
 

R

registererParagraphRenderer(String, ParagraphRenderer) - Method in class info.magnolia.module.templating.ParagraphRendererManager
 
registerTemplateRenderer(String, TemplateRenderer) - Method in class info.magnolia.module.templating.TemplateRendererManager
 
RenamePropertyAllModulesNodeTask - Class in info.magnolia.module.templating.setup.for4_0
Renames a property found in a given subnode of all modules; typically, renames "path" to "templatePath" for all nodes under "paragraphs" for each module.
RenamePropertyAllModulesNodeTask(String, String, String, String, String) - Constructor for class info.magnolia.module.templating.setup.for4_0.RenamePropertyAllModulesNodeTask
 
render(Content, RenderableDefinition, Writer) - Method in class info.magnolia.module.templating.AbstractRenderer
 
render(Content, Writer) - Method in class info.magnolia.module.templating.engine.DefaultRenderingEngine
 
render(Content, String, Writer) - Method in class info.magnolia.module.templating.engine.DefaultRenderingEngine
 
render(Content, String, DefaultRenderingEngine.RenderingHelper, Writer) - Method in class info.magnolia.module.templating.engine.DefaultRenderingEngine
Will update the aggregation state and perform the rendering by using the helper.
render(Content, Writer) - Method in interface info.magnolia.module.templating.engine.RenderingEngine
Determines the definition to use from the passed content.
render(Content, String, Writer) - Method in interface info.magnolia.module.templating.engine.RenderingEngine
Render the content by using the passed definition.
render(Content, Paragraph, Writer) - Method in interface info.magnolia.module.templating.ParagraphRenderer
 
render(Content, Writer) - Method in class info.magnolia.module.templating.ParagraphRenderingFacade
Deprecated. Renders the given node to the given Writer, using the appropriate Paragraph (and the appropriate ParagraphRender as mandated by this Paragraph).
render(Content, Writer, PageContext) - Method in class info.magnolia.module.templating.ParagraphRenderingFacade
Deprecated. Renders the given node to the given Writer, using the appropriate Paragraph (and the appropriate ParagraphRender as mandated by this Paragraph).
render(Content, Paragraph, Writer) - Method in class info.magnolia.module.templating.ParagraphRenderingFacade
Deprecated. Renders the given node to the given Writer, using the given Paragraph (and the appropriate ParagraphRender as mandated by this Paragraph).
render(Content, Paragraph, Writer, PageContext) - Method in class info.magnolia.module.templating.ParagraphRenderingFacade
Deprecated. Renders the given node to the given Writer, using the given Paragraph (and the appropriate ParagraphRender as mandated by this Paragraph).
render(Content, Paragraph, Writer) - Method in class info.magnolia.module.templating.paragraphs.AbstractParagraphRenderer
 
render(Content, Paragraph, Writer) - Method in class info.magnolia.module.templating.paragraphs.PlainTextParagraphRenderer
The given paragraph is ignored here, since we're just printing the value of the text property.
render(Content, String, HttpServletResponse) - Method in class info.magnolia.module.templating.RenderingFilter
 
RenderableDefinition - Interface in info.magnolia.module.templating
Abstract rendering definition used for templates and paragraphs.
RenderableDefinitionModel - Class in info.magnolia.module.templating.freemarker
Make parameters directly available (as if they were properties of the definition itself).
RenderableDefinitionModel.Factory - Class in info.magnolia.module.templating.freemarker
A factory for the enclosing type.
RenderableDefinitionModel.Factory() - Constructor for class info.magnolia.module.templating.freemarker.RenderableDefinitionModel.Factory
 
RenderException - Exception in info.magnolia.module.templating
A generic exception used by subclasses of AbstractRenderer.
RenderException() - Constructor for exception info.magnolia.module.templating.RenderException
 
RenderException(String) - Constructor for exception info.magnolia.module.templating.RenderException
 
RenderException(Throwable) - Constructor for exception info.magnolia.module.templating.RenderException
 
RenderException(String, Throwable) - Constructor for exception info.magnolia.module.templating.RenderException
 
RenderingEngine - Interface in info.magnolia.module.templating.engine
This is the central entry point to render any content.
renderingEngine - Variable in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
renderingEngine - Variable in class info.magnolia.module.templating.RenderingFilter
 
RenderingFilter - Class in info.magnolia.module.templating
Filter responsible for rendering the current aggregation state, by delegating to the appropriate TemplateRenderer or by serving binary content.
RenderingFilter() - Constructor for class info.magnolia.module.templating.RenderingFilter
 
RenderingModel<RD extends RenderableDefinition> - Interface in info.magnolia.module.templating
A bean tying the current content and the rendering definition.
RenderingModelBasedRenderer - Interface in info.magnolia.module.templating
Implemented by renderers that uses RenderingModel.
RenderingModelImpl<RD extends RenderableDefinition> - Class in info.magnolia.module.templating
The default concrete rendering definition used for templates and paragraphs.
RenderingModelImpl(Content, RD, RenderingModel) - Constructor for class info.magnolia.module.templating.RenderingModelImpl
 
renderParagraph(Content) - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
renderParagraph(Content, Writer) - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
renderParagraph(Content, Writer, String) - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
renderTemplate(Content) - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
renderTemplate(Content, Writer) - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
renderTemplate(Content, Writer, String) - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
 
renderTemplate(Template, HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.module.templating.renderers.AbstractTemplateRenderer
Deprecated. since 4.0
renderTemplate(Content, Template, Writer) - Method in class info.magnolia.module.templating.renderers.AbstractTemplateRenderer
 
renderTemplate(Content, Template, Writer) - Method in class info.magnolia.module.templating.renderers.PlainTextTemplateRenderer
 
renderTemplate(Content, Template, Writer) - Method in class info.magnolia.module.templating.renderers.ServletTemplateRenderer
 
renderTemplate(Content, Template, Writer) - Method in interface info.magnolia.module.templating.TemplateRenderer
Generates the actual output using the selected template.
renderTemplate(Template, HttpServletRequest, HttpServletResponse) - Method in interface info.magnolia.module.templating.TemplateRenderer
Deprecated. since 4.0
restoreContext(Map, Map) - Method in class info.magnolia.module.templating.AbstractRenderer
 

S

saveAttribute(Map, Map, String) - Method in class info.magnolia.module.templating.AbstractRenderer
 
saveContextState(Map) - Method in class info.magnolia.module.templating.AbstractRenderer
 
saveContextState(Map) - Method in class info.magnolia.module.templating.paragraphs.FreemarkerParagraphRenderer
 
ServletTemplateRenderer - Class in info.magnolia.module.templating.renderers
Servlet template renderer, mapped to template type servlet.
ServletTemplateRenderer() - Constructor for class info.magnolia.module.templating.renderers.ServletTemplateRenderer
 
setAttributeName(String) - Method in class info.magnolia.module.templating.ModelExecutionFilter
 
setContent(Content) - Method in class info.magnolia.module.templating.Template
 
setContextAttribute(Map, String, Object) - Method in class info.magnolia.module.templating.AbstractRenderer
 
setDescription(String) - Method in class info.magnolia.module.templating.AbstractRenderable
 
setDialog(String) - Method in class info.magnolia.module.templating.AbstractRenderable
 
setDialogPath(String) - Method in class info.magnolia.module.templating.Paragraph
Deprecated. since 4.0 use the dialog property
setI18nBasename(String) - Method in class info.magnolia.module.templating.AbstractRenderable
 
setModelClass(Class<? extends RenderingModel>) - Method in class info.magnolia.module.templating.AbstractRenderable
 
setName(String) - Method in class info.magnolia.module.templating.AbstractRenderable
 
setParameters(Map) - Method in class info.magnolia.module.templating.AbstractRenderable
 
setParent(RenderingModel) - Method in interface info.magnolia.module.templating.EarlyExecutionAware
Called before rendering of the paragraph.
setPath(String) - Method in class info.magnolia.module.templating.Template
Deprecated. since 4.0 use AbstractRenderable.setTemplatePath(String)
setSubTemplates(Map<String, Template>) - Method in class info.magnolia.module.templating.Template
 
setTemplatePath(String) - Method in class info.magnolia.module.templating.AbstractRenderable
 
setTemplateType(String) - Method in class info.magnolia.module.templating.Paragraph
Deprecated. since 4.0 use the type property
setTitle(String) - Method in class info.magnolia.module.templating.AbstractRenderable
 
setType(String) - Method in class info.magnolia.module.templating.AbstractRenderable
 
setupContext(Map, Content, RenderableDefinition, RenderingModel, Object) - Method in class info.magnolia.module.templating.AbstractRenderer
 
setupContext(Map, Content, RenderableDefinition, RenderingModel, Object) - Method in class info.magnolia.module.templating.paragraphs.FreemarkerParagraphRenderer
 
setVisible(boolean) - Method in class info.magnolia.module.templating.Template
 
siblings(Content) - Method in class info.magnolia.module.templating.MagnoliaTemplatingUtilities
Returns an instance of SiblingsHelper for the given node.
SKIP_RENDERING - Static variable in interface info.magnolia.module.templating.RenderingModel
A constant used in some special cases where rendering must be skipped, i.e.
start(ModuleLifecycleContext) - Method in class info.magnolia.module.templating.TemplatingModule
 
stop(ModuleLifecycleContext) - Method in class info.magnolia.module.templating.TemplatingModule
 

T

Template - Class in info.magnolia.cms.beans.config
Deprecated. since 4.0 - moved to info.magnolia.module.templating.Template
Template() - Constructor for class info.magnolia.cms.beans.config.Template
Deprecated.  
Template - Class in info.magnolia.module.templating
Represents a template definition.
Template() - Constructor for class info.magnolia.module.templating.Template
Used internally for SubTemplates.
TemplateManager - Class in info.magnolia.module.templating
Manages the templates of the system.
TemplateManager() - Constructor for class info.magnolia.module.templating.TemplateManager
 
TemplateRenderer - Interface in info.magnolia.cms.beans.runtime
Deprecated. since 4.0 - moved to info.magnolia.module.templating.TemplateRenderer
TemplateRenderer - Interface in info.magnolia.module.templating
A TemplateRenderer implementation is responsible for generating the actual response from request data and a template.
TemplateRendererManager - Class in info.magnolia.module.templating
Manages the template renderers of the system.
TemplateRendererManager() - Constructor for class info.magnolia.module.templating.TemplateRendererManager
 
TemplatingModule - Class in info.magnolia.module.templating
Handles module's lifecycle.
TemplatingModule() - Constructor for class info.magnolia.module.templating.TemplatingModule
 
TemplatingModuleVersionHandler - Class in info.magnolia.module.templating.setup
Module's version handler.
TemplatingModuleVersionHandler() - Constructor for class info.magnolia.module.templating.setup.TemplatingModuleVersionHandler
 
toString() - Method in class info.magnolia.module.templating.AbstractRenderable
 

V

valueOf(String) - Static method in enum info.magnolia.module.templating.engine.DefaultRenderingEngine.RenderingHelper
Returns the enum constant of this type with the specified name.
values() - Static method in enum info.magnolia.module.templating.engine.DefaultRenderingEngine.RenderingHelper
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrapNodeForModel(Content, Content) - Method in class info.magnolia.module.templating.AbstractRenderer
Wraps the current content node before passing it to the model.
wrapNodeForTemplate(Content, Content) - Method in class info.magnolia.module.templating.AbstractRenderer
Wraps the current content node before exposing it to the template renderer.
wrapNodeForTemplate(Content, Content) - Method in class info.magnolia.module.templating.paragraphs.JspParagraphRenderer
We expose nodes as Map instances in JSPs.
wrapNodeForTemplate(Content, Content) - Method in class info.magnolia.module.templating.renderers.JspTemplateRenderer
We expose nodes as Map instances in JSPs.

A C D E F G H I J M N O P R S T V W

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