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