FormatReferenceFinder formatReferenceFinder =
pageContext.getFormatReferenceFinder();
FormatReference reference =
formatReferenceFinder.getFormatReference(name, indeces);
return new FormatReferenceValueImpl(
expressionContext.getFactory(), reference);
}