@CompileStatic class ServletEnvironmentGrailsApplicationDiscoveryStrategy extends Object implements GrailsApplicationDiscoveryStrategy
Strategy for discovering the GrailsApplication and ApplicationContext instances in the Servlet environment
Type | Name and description |
---|---|
ApplicationContext |
applicationContext |
ServletContext |
servletContext |
Constructor and description |
---|
ServletEnvironmentGrailsApplicationDiscoveryStrategy(ServletContext servletContext, ApplicationContext applicationContext) |
Type Params | Return Type | Name and description |
---|---|---|
|
ApplicationContext |
findApplicationContext() |
|
GrailsApplication |
findGrailsApplication() |