javax.servlet
Interface ServletContainerInitializer


public interface ServletContainerInitializer

Since:
Servlet 3.0
Version:
$Rev: 901916 $ $Date: 2010-01-21 18:12:17 -0500 (Thu, 21 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-2010 The Apache Software Foundation. All Rights Reserved.