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

Method Summary
 RenderServiceReply execute(Session session, java.util.Properties params)
          Called by mini when a request for this webapp is done from a browser
 

Method Detail

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 - Session
params - CGI parameters
Returns:
Rendered service reply
Throws:
java.lang.Exception