com.floreysoft.jmte.token.InvalidToken Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmte Show documentation
Show all versions of jmte Show documentation
To build and locally install jar, javadoc and sources, please use:
mvn clean javadoc:jar source:jar install -Dmaven.test.skip=true
Tested on Maven 2.0.9, JDK 1.7
package com.floreysoft.jmte.token;
import com.floreysoft.jmte.TemplateContext;
public class InvalidToken extends AbstractToken {
public Object evaluate(TemplateContext context) {
context.engine.getErrorHandler().error("invalid-expression", this);
return "";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy