*/
protected AttributeRenderer createDefaultAttributeRenderer(Object context,
TilesApplicationContext applicationContext,
TilesContextFactory contextFactory, TilesContainer container,
AttributeEvaluator evaluator) {
UntypedAttributeRenderer retValue = new UntypedAttributeRenderer();
retValue.setApplicationContext(applicationContext);
retValue.setContainer(container);
retValue.setContextFactory(contextFactory);
retValue.setEvaluator(evaluator);
return retValue;
}