javax.servlet
Interface ServletContainerInitializer


public interface ServletContainerInitializer

Since:
Servlet 3.0
Version:
$Rev: 901916 $ $Date: 2010-01-22 00:12:17 +0100 (Fr, 22. Jan 2010) $

Method Summary
 void onStartup(Set<Class<?>> classes, ServletContext ctx)
           
 

Method Detail

onStartup

void onStartup(Set<Class<?>> classes,
               ServletContext ctx)
               throws ServletException
Throws:
ServletException


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.