Interface Block
-
public interface Block
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
evaluate(PebbleTemplateImpl self, java.io.Writer writer, EvaluationContextImpl context)
java.lang.String
getName()
-
-
-
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
-
-