Class BindingConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ASSET
      References a localized asset.
      static BLOCK
      References a named block within the template.
      static COMPONENT
      A reference to a component within the container's template, by local component id.
      static CONTEXT
      Binding factory for context assets specifically.
      static LITERAL
      Binding expression prefix used for literal strings.
      static MESSAGE
      A reference to a localized message from the component's message catalog (including message keys inherited from the application global message catalog).
      static NULLFIELDSTRATEGY
      A way of selecting a named NullFieldStrategy contributed to NullFieldStrategySource.
      static PROP
      Binding expression prefix used to bind to a property of the component.
      static SYMBOL
      References a value of a symbol.
      static TRANSLATE
      References a named Translator contributed to the TranslatorSource service.
      static VALIDATE
      References (and configures) one ore more named Validators contributed to the FieldValidatorSource service.
      static VAR
      Allows for temporary storage of information during the render only (may not currently be used during form submission processing).
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , ,