|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkryshen.tema.Function
kryshen.tema.functions.Define
public class Define
Define function implementation.
Field Summary | |
---|---|
static Function |
DEFINE
|
Constructor Summary | |
---|---|
Define()
|
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 |
Field Detail |
---|
public static final Function DEFINE
Constructor Detail |
---|
public Define()
Method Detail |
---|
public int invoke(FunctionDataParser fdp, java.io.Writer out) throws java.io.IOException, TemplateException
Function
invoke
in class Function
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 |