クラス BindContext

java.lang.Object
org.iplass.mtp.impl.web.template.groovy.BindContext

class BindContext extends Object
  • フィールド詳細

    • propertyDelimiter

      String propertyDelimiter
    • indexPrefix

      String indexPrefix
    • indexPostfix

      String indexPostfix
    • prefix

      String prefix
    • beanVariableName

      String beanVariableName
    • mappingResultVariableName

      String mappingResultVariableName
    • autoDetectErrors

      Boolean autoDetectErrors
    • propertyNameVariableName

      String propertyNameVariableName
    • propertyValueVariableName

      String propertyValueVariableName
    • propertyRawValueVariableName

      String propertyRawValueVariableName
    • propertyErrorValueVariableName

      String propertyErrorValueVariableName
    • errorsVariableName

      String errorsVariableName
    • htmlEscape

      Boolean htmlEscape
    • formatter

      ValueFormatter formatter
    • parent

      BindContext parent
    • bean

      Object bean
    • prop

      String prop
    • mappingResult

      org.iplass.mtp.command.beanmapper.MappingResult mappingResult
    • setBean

      boolean setBean
    • elMapper

      org.iplass.mtp.impl.command.beanmapper.el.ELMapper elMapper
    • binding

      groovy.lang.Binding binding
  • コンストラクタの詳細

  • メソッドの詳細

    • getBinding

      public groovy.lang.Binding getBinding()