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

Method Summary
 DataServiceReply execute(Session session, java.util.Properties args)
          Called by Mini when a data is needed to render a page
 

Method Detail

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 - Session
args - CGI-parameters
Returns:
Data reply with fieldname value pairs
Throws:
java.lang.Exception