public static class ClientFunctionFactory.TranslateFunction extends AbstractFunction implements LocaleListener
| Constructor and Description |
|---|
TranslateFunction(java.lang.String funcName) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(CommonContext context,
InteractionListener updateListener)
Empty implementation from BaseFunction.
|
Function |
copy()
Returns this.
|
QualifiedValue |
execute(Expression[] args)
Execute this function, and return the function's qualified value.
|
java.lang.String |
getArgDocString()
Returns a string to be used in the auto-generated function documentation.
|
protected java.lang.String |
getFunctionDisplayName() |
java.lang.Class<?> |
getType()
Returns the type of Object that this function will generate with execute
|
void |
localeChanged(java.util.Locale newLocale) |
void |
shutdown()
Empty implementation from BaseFunction.
|
executeArg, initArgs, log, validateNumArgsdisconnect, executeAll, startuppublic QualifiedValue execute(Expression[] args) throws ExpressionException
Functionexecute in interface FunctionExpressionExceptionpublic java.lang.Class<?> getType()
Functionpublic java.lang.String getArgDocString()
FunctiongetArgDocString in interface Functionprotected java.lang.String getFunctionDisplayName()
getFunctionDisplayName in class AbstractFunctionpublic Function copy()
BaseFunctioncopy in interface Functioncopy in class BaseFunctionpublic void connect(CommonContext context, InteractionListener updateListener)
BaseFunctionconnect in interface Functionconnect in class BaseFunctionpublic void shutdown()
BaseFunctionshutdown in interface Functionshutdown in class BaseFunctionpublic void localeChanged(java.util.Locale newLocale)
localeChanged in interface LocaleListener