- All Implemented Interfaces:
com.floreysoft.jmte.AnnotationProcessor<String>
public class JmteDebug
extends Object
implements com.floreysoft.jmte.AnnotationProcessor<String>
write debug message to log for JMTE.
-
Constructor Summary
Constructors
| Constructor |
Description |
JmteDebug() |
|
-
Method Summary
| Modifier and Type |
Method |
Description |
String |
eval(com.floreysoft.jmte.token.AnnotationToken token,
com.floreysoft.jmte.TemplateContext context) |
|
String |
getType() |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JmteDebug
public JmteDebug()
-
Method Details
-
getType
- Specified by:
getType in interface com.floreysoft.jmte.AnnotationProcessor<String>
-
eval
public String eval(
com.floreysoft.jmte.token.AnnotationToken token,
com.floreysoft.jmte.TemplateContext context)
- Specified by:
eval in interface com.floreysoft.jmte.AnnotationProcessor<String>