de.hybris.platform.commons.renderer.impl.VelocityTemplateRenderer@Deprecated public class VelocityTemplateRenderer extends Object implements TemplateRenderer
RendererTemplateModel's.| Constructor and Description |
|---|
VelocityTemplateRenderer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected CommonI18NService |
getCommonI18NService()
Deprecated.
|
protected String |
getEncoding()
Deprecated.
|
protected MediaService |
getMediaService()
Deprecated.
|
void |
render(RendererTemplateModel template,
Object context,
Writer output)
Deprecated.
Evaluates the content of the templates media via a velocity engine.
|
void |
setCommonI18NService(CommonI18NService commonI18NService)
Deprecated.
|
void |
setEncoding(String encoding)
Deprecated.
|
void |
setMediaService(MediaService mediaService)
Deprecated.
|
public void render(RendererTemplateModel template, Object context, Writer output)
render in interface TemplateRenderertemplate - the templatecontext - the contextoutput - the outputprotected MediaService getMediaService()
public void setMediaService(MediaService mediaService)
protected String getEncoding()
public void setEncoding(String encoding)
protected CommonI18NService getCommonI18NService()
public void setCommonI18NService(CommonI18NService commonI18NService)
Copyright © 2017 SAP SE. All Rights Reserved.