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