protected class DefaultRockerTemplate.Internal extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
aboutToExecutePosInTemplate(int line,
int posInLine) |
String |
getCharset() |
ContentType |
getContentType() |
RockerOutput |
getOut() |
RockerStringify |
getStringify() |
String |
getTemplateName() |
String |
getTemplatePackageName() |
boolean |
renderValue(BindableRockerModel model,
boolean nullSafe) |
boolean |
renderValue(boolean v,
boolean nullSafe) |
boolean |
renderValue(byte v,
boolean nullSafe) |
boolean |
renderValue(char v,
boolean nullSafe) |
boolean |
renderValue(DefaultRockerModel model,
boolean nullSafe) |
boolean |
renderValue(double v,
boolean nullSafe) |
boolean |
renderValue(float v,
boolean nullSafe) |
boolean |
renderValue(int v,
boolean nullSafe) |
boolean |
renderValue(long v,
boolean nullSafe) |
boolean |
renderValue(Object value,
boolean nullSafe) |
boolean |
renderValue(Raw raw,
boolean nullSafe) |
boolean |
renderValue(RockerContent c,
boolean nullSafe) |
boolean |
renderValue(short v,
boolean nullSafe) |
boolean |
renderValue(String value,
boolean nullSafe) |
void |
setCharset(String charset) |
void |
setContentType(ContentType contentType) |
void |
setContentType(ContentType contentType,
RockerStringify stringify) |
void |
setOut(RockerOutput out) |
void |
setStringify(RockerStringify stringify) |
void |
setTemplateName(String templateName) |
void |
setTemplatePackageName(String templatePackageName) |
void |
throwBreakException() |
void |
throwContinueException() |
protected void |
verifyOkToBeginRendering() |
void |
writeValue(byte[] bytes) |
void |
writeValue(String s) |
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 boolean renderValue(RockerContent c, boolean nullSafe) throws RenderingException, IOException
RenderingExceptionIOExceptionpublic boolean renderValue(DefaultRockerModel model, boolean nullSafe) throws RenderingException, IOException
RenderingExceptionIOExceptionpublic boolean renderValue(BindableRockerModel model, boolean nullSafe) throws RenderingException, IOException
RenderingExceptionIOExceptionpublic boolean renderValue(Raw raw, boolean nullSafe) throws RenderingException, IOException
RenderingExceptionIOExceptionpublic boolean renderValue(String value, boolean nullSafe) throws IOException
IOExceptionpublic boolean renderValue(Object value, boolean nullSafe) throws IOException
IOExceptionpublic boolean renderValue(byte v,
boolean nullSafe)
throws IOException
IOExceptionpublic boolean renderValue(short v,
boolean nullSafe)
throws IOException
IOExceptionpublic boolean renderValue(int v,
boolean nullSafe)
throws IOException
IOExceptionpublic boolean renderValue(long v,
boolean nullSafe)
throws IOException
IOExceptionpublic boolean renderValue(float v,
boolean nullSafe)
throws IOException
IOExceptionpublic boolean renderValue(double v,
boolean nullSafe)
throws IOException
IOExceptionpublic boolean renderValue(char v,
boolean nullSafe)
throws IOException
IOExceptionpublic boolean renderValue(boolean v,
boolean nullSafe)
throws IOException
IOExceptionCopyright © 2016–2020 Fizzed, Inc. All rights reserved.