|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.peaseplate.internal.model.AbstractRenderContext
public abstract class AbstractRenderContext
Constructor Summary | |
---|---|
AbstractRenderContext(TemplateEngine engine,
Template template,
java.util.Locale locale,
LineSeparator lineSeparator)
Initializes the stack with the default size (8) |
Method Summary | |
---|---|
TemplateEngine |
getEngine()
|
LineSeparator |
getLineSeparator()
|
java.util.Locale |
getLocale()
|
Template |
getTemplate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.peaseplate.RenderContext |
---|
getMessage |
Constructor Detail |
---|
public AbstractRenderContext(TemplateEngine engine, Template template, java.util.Locale locale, LineSeparator lineSeparator)
template
- the templatelocale
- the localelineSeparator
- Method Detail |
---|
public TemplateEngine getEngine()
getEngine
in interface RenderContext
RenderContext.getEngine()
public Template getTemplate()
getTemplate
in interface RenderContext
RenderContext.getTemplate()
public java.util.Locale getLocale()
getLocale
in interface RenderContext
RenderContext.getLocale()
public LineSeparator getLineSeparator()
getLineSeparator
in interface RenderContext
RenderContext.getLineSeparator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |