{
if (TagUtils.isValueReference(_contentType))
{
String contentType = _contentType;
if (parentELContext != null)
contentType = parentELContext.transformExpression(contentType);
listener.setValueBinding(FileDownloadActionListener.CONTENT_TYPE_KEY,
application.createValueBinding(contentType));
}
else