All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.floreysoft.jmte.token.InvalidToken Maven / Gradle / Ivy

Go to download

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

There is a newer version: 7.0.3
Show newest version
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