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