public class ServletApplicationContext extends Object implements ApplicationContext
| Constructor and Description |
|---|
ServletApplicationContext(javax.servlet.ServletContext servletContext)
Creates a new instance of ServletTilesApplicationContext.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getApplicationScope() |
Object |
getContext() |
Map<String,String> |
getInitParams() |
ApplicationResource |
getResource(ApplicationResource base,
Locale locale) |
ApplicationResource |
getResource(String localePath) |
Collection<ApplicationResource> |
getResources(String path) |
public ServletApplicationContext(javax.servlet.ServletContext servletContext)
servletContext - The servlet context to use.public Object getContext()
getContext in interface ApplicationContextpublic Map<String,Object> getApplicationScope()
getApplicationScope in interface ApplicationContextpublic Map<String,String> getInitParams()
getInitParams in interface ApplicationContextpublic ApplicationResource getResource(String localePath)
getResource in interface ApplicationContextpublic ApplicationResource getResource(ApplicationResource base, Locale locale)
getResource in interface ApplicationContextpublic Collection<ApplicationResource> getResources(String path)
getResources in interface ApplicationContextCopyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.