|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkryshen.tema.Function
public abstract class Function
Abstact class for Tema functions.
Constructor Summary | |
---|---|
Function()
|
Method Summary | |
---|---|
abstract 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 |
---|
public Function()
Method Detail |
---|
public abstract int invoke(FunctionDataParser fdp, java.io.Writer out) throws java.io.IOException, TemplateException
fdp
- FunctionDataParser to access function arguments.out
- Writer for the function output.
java.io.IOException
TemplateException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |