|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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)
.
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 |
---|
void start(javax.servlet.ServletContext ctx)
ctx
- the ServletContext
void stop(javax.servlet.ServletContext ctx)
ctx
- the ServletContext
|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |