public abstract class RockerTemplate extends Object
| Constructor and Description |
|---|
RockerTemplate(RockerModel model)
Create a new RockerTemplate for the model.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
__associate(RockerTemplate template)
Associates this template for processing within the context of another
template.
|
protected abstract RockerOutput |
__newOutput()
Creates a new RockerOutput that the template will render to.
|
String |
toString() |
public RockerTemplate(RockerModel model)
model - The model to create the template withprotected abstract void __associate(RockerTemplate template)
template - The template calling this template during a renderprotected abstract RockerOutput __newOutput()
Copyright © 2016–2020 Fizzed, Inc. All rights reserved.