JSF-Spring

de.mindmatters.faces.spring.test
Interface JsfStartupDriver

All Known Implementing Classes:
JsfRIStartupDriver, MyFacesStartupDriver

public interface JsfStartupDriver

Starts and stops a JSF implementation. Configuration of a specific JSF implementation should be don in start(ServletContext), cleaning up resources should be done in stop(ServletContext).

Author:
Andreas Kuhrwahl
See Also:
AbstractJsfSpringContextTests.loadJsfImplementation(ServletContext), JsfEnvironment

Method Summary
 void start(javax.servlet.ServletContext ctx)
          Starts the JSF implementation.
 void stop(javax.servlet.ServletContext ctx)
          Stpos the JSF implementation.
 

Method Detail

start

void start(javax.servlet.ServletContext ctx)
Starts the JSF implementation.

Parameters:
ctx - the ServletContext

stop

void stop(javax.servlet.ServletContext ctx)
Stpos the JSF implementation.

Parameters:
ctx - the ServletContext

JSF-Spring

Copyright © 2006 mindmatters GmbH & Co. KG