| com.mycompany.allinone.api.ParamComboValueImpl
ParamComboValueImpl | final public class ParamComboValueImpl extends ParamComboValue (Code) | | Implementation of the ParamComboValue function.
Description: A function to test the param-combo based on a parameter value.
version: $Revision: 1.2 $ $Date: 2007/03/12 10:46:14 $ author: John Doe (john.doe@mycompany.com) |
Constructor Summary | |
public | ParamComboValueImpl(APIImpl api) Constructs a new ParamComboValueImpl instance. |
Method Summary | |
public Result | call(Request request) Calls this function. |
ParamComboValueImpl | public ParamComboValueImpl(APIImpl api)(Code) | | Constructs a new ParamComboValueImpl instance.
Parameters: api - the API to which this function belongs, guaranteed to be notnull . |
call | public Result call(Request request) throws Throwable(Code) | | Calls this function. If the function fails, it may throw any kind of
exception. All exceptions will be handled by the caller.
Parameters: request - the request, never null .the result of the function call, should never be null . throws: Throwable - if anything went wrong. |
|
|