public class SpringWildcardServletTilesApplicationContext extends ServletApplicationContext
| Constructor and Description | 
|---|
SpringWildcardServletTilesApplicationContext(ServletContext servletContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
ApplicationResource | 
getResource(ApplicationResource base,
           Locale locale)  | 
ApplicationResource | 
getResource(String localePath)  | 
Collection<ApplicationResource> | 
getResources(String path)  | 
getApplicationScope, getContext, getInitParamspublic SpringWildcardServletTilesApplicationContext(ServletContext servletContext)
@Nullable public ApplicationResource getResource(String localePath)
getResource in interface ApplicationContextgetResource in class ServletApplicationContext@Nullable public ApplicationResource getResource(ApplicationResource base, Locale locale)
getResource in interface ApplicationContextgetResource in class ServletApplicationContextpublic Collection<ApplicationResource> getResources(String path)
getResources in interface ApplicationContextgetResources in class ServletApplicationContext