Interface Block
-
public interface Block
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevaluate(PebbleTemplateImpl self, java.io.Writer writer, EvaluationContextImpl context)java.lang.StringgetName()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
evaluate
void evaluate(PebbleTemplateImpl self, java.io.Writer writer, EvaluationContextImpl context) throws java.io.IOException
- Throws:
java.io.IOException
-
-