to.etc.iocular.web
Interface WebConfigurator

All Known Implementing Classes:
BasicWebConfigurator, DefaultWebConfigurator

public interface WebConfigurator

Default implementation of a thingy which has to configure the web application when started.

Author:
jal Created on Mar 25, 2007

Method Summary
 WebConfiguration createConfiguration(javax.servlet.ServletContext ctx)
           
 

Method Detail

createConfiguration

WebConfiguration createConfiguration(javax.servlet.ServletContext ctx)
                                     throws java.lang.Exception
Throws:
java.lang.Exception