| com.mycompany.myproject.api.MyFunctionImpl
MyFunctionImpl | public class MyFunctionImpl extends MyFunction (Code) | | Implementation of the MyFunction function.
version: $Revision: 1.7 $ $Date: 2007/09/18 11:27:13 $ author: Anthony Goubard |
Constructor Summary | |
public | MyFunctionImpl(APIImpl api) Constructs a new MyFunctionImpl instance. |
Method Summary | |
final public Result | call(Request request) |
MyFunctionImpl | public MyFunctionImpl(APIImpl api)(Code) | | Constructs a new MyFunctionImpl instance.
Parameters: api - the API to which this function belongs, guaranteed to be notnull . |
|
|