@Deprecated public class SpringWildcardServletTilesApplicationContext extends org.apache.tiles.servlet.context.ServletTilesApplicationContext
NOTE: Tiles 2 support is deprecated in favor of Tiles 3 and will be removed as of Spring Framework 5.0..
| Constructor and Description |
|---|
SpringWildcardServletTilesApplicationContext(ServletContext servletContext)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
getResource(java.lang.String path)
Deprecated.
|
java.util.Set<java.net.URL> |
getResources(java.lang.String path)
Deprecated.
|
createRequestContext, getApplicationScope, getContext, getInitParams, getServletContext, initialize, releasepublic SpringWildcardServletTilesApplicationContext(ServletContext servletContext)
public java.net.URL getResource(java.lang.String path)
throws java.io.IOException
getResource in interface TilesApplicationContextgetResource in class org.apache.tiles.servlet.context.ServletTilesApplicationContextjava.io.IOExceptionpublic java.util.Set<java.net.URL> getResources(java.lang.String path)
throws java.io.IOException
getResources in interface TilesApplicationContextgetResources in class org.apache.tiles.servlet.context.ServletTilesApplicationContextjava.io.IOException