org.tonjac.mini
Class ConfigFileServiceMapper

java.lang.Object
  extended byorg.tonjac.mini.ConfigFileServiceMapper
All Implemented Interfaces:
Service

public class ConfigFileServiceMapper
extends java.lang.Object
implements Service

Service mapper using GenericRender to render from configuration i .mini-file

Author:
Toni Thomsson

Constructor Summary
ConfigFileServiceMapper()
           
 
Method Summary
 ServiceReply execute(Session session, java.util.Properties params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigFileServiceMapper

public ConfigFileServiceMapper()
Method Detail

execute

public ServiceReply execute(Session session,
                            java.util.Properties params)
                     throws java.lang.Exception
Specified by:
execute in interface Service
Parameters:
session - Session
params - CGI parameters
Returns:
Rendered service reply
Throws:
java.lang.Exception