kryshen.tema.demo
Class Hello

java.lang.Object
  extended by kryshen.tema.Function
      extended by kryshen.tema.demo.Hello

public class Hello
extends Function

Example function implementation.

Author:
Mikhail Kryshen

Constructor Summary
Hello()
           
 
Method Summary
 int invoke(FunctionDataParser fdp, java.io.Writer out)
          Invoke the function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hello

public Hello()
Method Detail

invoke

public int invoke(FunctionDataParser fdp,
                  java.io.Writer out)
           throws java.io.IOException,
                  TemplateException
Description copied from class: Function
Invoke the function.

Specified by:
invoke in class Function
Parameters:
fdp - FunctionDataParser to access function arguments.
out - Writer for the function output.
Throws:
java.io.IOException
TemplateException