org.tonjac.mini
Interface DataService
- All Known Implementing Classes:
- DefaultErrorData
public interface DataService
Service that gets data and put the same data into the fields defined on
the template page.
- Author:
- Toni Thomsson
execute
DataServiceReply execute(Session session,
java.util.Properties args)
throws java.lang.Exception
- Called by Mini when a data is needed to render a page
- Parameters:
session - Sessionargs - CGI-parameters
- Returns:
- Data reply with fieldname value pairs
- Throws:
java.lang.Exception