|
|
|
@ -373,12 +373,6 @@ public class TilesConfigurer implements ServletContextAware, InitializingBean, D |
|
|
|
|
|
|
|
|
|
|
|
private class SpringCompleteAutoloadTilesContainerFactory extends CompleteAutoloadTilesContainerFactory { |
|
|
|
private class SpringCompleteAutoloadTilesContainerFactory extends CompleteAutoloadTilesContainerFactory { |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
protected AttributeEvaluatorFactory createAttributeEvaluatorFactory( |
|
|
|
|
|
|
|
ApplicationContext applicationContext, LocaleResolver resolver) { |
|
|
|
|
|
|
|
return new BasicAttributeEvaluatorFactory(new DirectAttributeEvaluator()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public TilesContainer createContainer(ApplicationContext applicationContext) { |
|
|
|
public TilesContainer createContainer(ApplicationContext applicationContext) { |
|
|
|
CachingTilesContainer cachingContainer = (CachingTilesContainer) super.createContainer(applicationContext); |
|
|
|
CachingTilesContainer cachingContainer = (CachingTilesContainer) super.createContainer(applicationContext); |
|
|
|
|