protected class DefaultRockerTemplate.Internal extends Object
public String getTemplateName()
public void setTemplateName(String templateName)
public String getTemplatePackageName()
public void setTemplatePackageName(String templatePackageName)
public String getCharset()
public void setCharset(String charset)
public void aboutToExecutePosInTemplate(int line,
int posInLine)
public ContentType getContentType()
public void setContentType(ContentType contentType)
public void setContentType(ContentType contentType, RockerStringify stringify)
public RockerStringify getStringify()
public void setStringify(RockerStringify stringify)
public RockerOutput getOut()
public void setOut(RockerOutput out)
protected void verifyOkToBeginRendering()
public void throwBreakException()
throws BreakException
BreakExceptionpublic void throwContinueException()
throws ContinueException
ContinueExceptionpublic void writeValue(String s) throws IOException
IOExceptionpublic void writeValue(byte[] bytes)
throws IOException
IOExceptionpublic void renderValue(Raw raw) throws RenderingException, IOException
RenderingExceptionIOExceptionpublic void renderValue(RockerContent c) throws RenderingException, IOException
RenderingExceptionIOExceptionpublic void renderValue(DefaultRockerModel model) throws RenderingException, IOException
RenderingExceptionIOExceptionpublic void renderValue(BindableRockerModel model) throws RenderingException, IOException
RenderingExceptionIOExceptionpublic void renderValue(String s) throws IOException
IOExceptionpublic void renderValue(Object obj) throws IOException
IOExceptionpublic void renderValue(byte v)
throws IOException
IOExceptionpublic void renderValue(short v)
throws IOException
IOExceptionpublic void renderValue(int v)
throws IOException
IOExceptionpublic void renderValue(long v)
throws IOException
IOExceptionpublic void renderValue(float v)
throws IOException
IOExceptionpublic void renderValue(double v)
throws IOException
IOExceptionpublic void renderValue(char v)
throws IOException
IOExceptionpublic void renderValue(boolean v)
throws IOException
IOExceptionCopyright © 2015–2016 Fizzed, Inc. All rights reserved.