org.apache.tapestry5.services
Interface ServletApplicationInitializerFilter


public interface ServletApplicationInitializerFilter

Filter interface for ServletApplicationInitializer.

See Also:
ServletApplicationInitializer

Method Summary
 void initializeApplication(ServletContext context, ServletApplicationInitializer initializer)
          Peforms one step of initializing the application before passing off to the next step.
 

Method Detail

initializeApplication

void initializeApplication(ServletContext context,
                           ServletApplicationInitializer initializer)
Peforms one step of initializing the application before passing off to the next step.



Copyright © 2003-2012 The Apache Software Foundation.