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