类 LiteralExpression

  • 所有已实现的接口:
    Expression

    public class LiteralExpression
    extends Object
    implements Expression
    A very simple hardcoded implementation of the Expression interface that represents a string literal. It is used with CompositeStringExpression when representing a template expression which is made up of pieces - some being real expressions to be handled by an EL implementation like SpEL, and some being just textual elements.
    从以下版本开始:
    3.0
    作者:
    Andy Clement, Juergen Hoeller