Package com.fizzed.rocker
Interface RockerContent
-
public interface RockerContentInterface for a template to pass around its own chunks of code that render content.
-
-
Field Summary
Fields Modifier and Type Field Description static RockerContentNONE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrender()
-
-
-
Field Detail
-
NONE
static final RockerContent NONE
-
-
Method Detail
-
render
void render() throws RenderingException, java.io.IOException- Throws:
RenderingExceptionjava.io.IOException
-
-