Skip to content

Commit

Permalink
Deprecate Tiles 2 support
Browse files Browse the repository at this point in the history
Issue: SPR-12214
  • Loading branch information
jhoeller committed Dec 30, 2014
1 parent d6b16ff commit 0a36559
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
* @see #getPreparer(String, org.springframework.web.context.WebApplicationContext)
* @see SimpleSpringPreparerFactory
* @see SpringBeanPreparerFactory
* @deprecated as of Spring 4.2, in favor of Tiles 3
*/
@Deprecated
public abstract class AbstractSpringPreparerFactory implements PreparerFactory {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
* @author Juergen Hoeller
* @since 2.5
* @see SpringBeanPreparerFactory
* @deprecated as of Spring 4.2, in favor of Tiles 3
*/
@Deprecated
public class SimpleSpringPreparerFactory extends AbstractSpringPreparerFactory {

/** Cache of shared ViewPreparer instances: bean name -> bean instance */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
* @author Juergen Hoeller
* @since 2.5
* @see SimpleSpringPreparerFactory
* @deprecated as of Spring 4.2, in favor of Tiles 3
*/
@Deprecated
public class SpringBeanPreparerFactory extends AbstractSpringPreparerFactory {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
* @author Juergen Hoeller
* @since 2.5
* @see org.apache.tiles.definition.UrlDefinitionsFactory#LOCALE_RESOLVER_IMPL_PROPERTY
* @deprecated as of Spring 4.2, in favor of Tiles 3
*/
@Deprecated
public class SpringLocaleResolver extends DefaultLocaleResolver {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
*
* @author Juergen Hoeller
* @since 4.0.1
* @deprecated as of Spring 4.2, in favor of Tiles 3
*/
@Deprecated
public class SpringWildcardServletTilesApplicationContext extends ServletTilesApplicationContext {

private final ResourcePatternResolver resolver;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@
* @since 2.5
* @see TilesView
* @see TilesViewResolver
* @deprecated as of Spring 4.2, in favor of Tiles 3
*/
@Deprecated
public class TilesConfigurer implements ServletContextAware, InitializingBean, DisposableBean {

private static final boolean tilesElPresent =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
* @since 2.5
* @see #setUrl
* @see TilesConfigurer
* @deprecated as of Spring 4.2, in favor of Tiles 3
*/
@Deprecated
public class TilesView extends AbstractUrlBasedView {

private boolean alwaysInclude = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
* @see #setSuffix
* @see #setRequestContextAttribute
* @see TilesView
* @deprecated as of Spring 4.2, in favor of Tiles 3
*/
@Deprecated
public class TilesViewResolver extends UrlBasedViewResolver {

private Boolean alwaysInclude;
Expand Down

0 comments on commit 0a36559

Please sign in to comment.