org.tonjac.mini
Interface RenderService
- All Known Implementing Classes:
- DefaultWebApplication
public interface RenderService
Interface that a Mini web application (CGI) service must implement.
Implement this interface if you want to implement your own service
mapper.
- Author:
- Toni Thomsson
- See Also:
DefaultWebApplication
execute
RenderServiceReply execute(Session session,
java.util.Properties params)
throws java.lang.Exception
- Called by mini when a request for this webapp is done from a browser
- Parameters:
session - Sessionparams - CGI parameters
- Returns:
- Rendered service reply
- Throws:
java.lang.Exception