Package freemarker.core
Class SecureRendererImpl
- java.lang.Object
-
- freemarker.core.SecureRenderer
-
- freemarker.core.SecureRendererImpl
-
public class SecureRendererImpl extends SecureRenderer
-
-
Constructor Summary
Constructors Constructor Description SecureRendererImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrender(Environment e, freemarker.core.ast.TemplateElement t)
-
-
-
Method Detail
-
render
public void render(Environment e, freemarker.core.ast.TemplateElement t) throws TemplateException, IOException
- Specified by:
renderin classSecureRenderer- Throws:
TemplateExceptionIOException
-
-