|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JsfEnvironment
Encapsulates the whole configuration of a JSF environment with the use of
JSF-Spring. Delivers the JsfStartupDriver
representing a concrete JSF
implementation and the corresponding
WebApplicationContext
usually created
by JSF-Spring.
Method Summary | |
---|---|
ConfigurableWebApplicationContext |
loadContext(javax.servlet.ServletContext servletContext)
Loads the appropriate WebApplicationContext . |
JsfStartupDriver |
loadJsfImplementation(javax.servlet.ServletContext servletContext)
Loads the appropriate JsfStartupDriver . |
Method Detail |
---|
ConfigurableWebApplicationContext loadContext(javax.servlet.ServletContext servletContext) throws java.lang.Exception
WebApplicationContext
.
servletContext
- the ServletContext
WebApplicationContext
java.lang.Exception
- in case of errorsJsfStartupDriver loadJsfImplementation(javax.servlet.ServletContext servletContext) throws java.lang.Exception
JsfStartupDriver
.
servletContext
- the ServletContext
JsfStartupDriver
java.lang.Exception
- in case of errors
|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |