| com.mycompany.allinone.api.ParamComboImpl
ParamComboImpl | public class ParamComboImpl extends ParamCombo (Code) | | Implementation of the ParamCombo function.
version: $Revision: 1.4 $ $Date: 2007/03/12 10:46:14 $ author: John Doe (john.doe@mycompany.com) |
Constructor Summary | |
public | ParamComboImpl(APIImpl api) Constructs a new ParamComboImpl instance. |
Method Summary | |
final public Result | call(Request request) |
ParamComboImpl | public ParamComboImpl(APIImpl api)(Code) | | Constructs a new ParamComboImpl instance.
Parameters: api - the API to which this function belongs, guaranteed to be notnull . |
|
|