クラス RequestContextELResolver

java.lang.ObjectSE
jakarta.el.ELResolver
org.springframework.webflow.expression.el.RequestContextELResolver

public class RequestContextELResolver extends jakarta.el.ELResolver
変数 REQUEST_CONTEXT_VARIABLE_NAME の現在の RequestContext を解決するカスタム EL リゾルバー。RequestContext インスタンスの任意のプロパティにアクセスできます。例: "#{flowRequestContext.conversationScope.myProperty}"。
作成者:
Jeremy Grelle
  • フィールドの詳細

    • REQUEST_CONTEXT_VARIABLE_NAME

      public static final StringSE REQUEST_CONTEXT_VARIABLE_NAME
      リクエストコンテキスト変数の名前。
      関連事項:
  • コンストラクターの詳細

    • RequestContextELResolver

      public RequestContextELResolver()
    • RequestContextELResolver

      public RequestContextELResolver(RequestContext context)
  • メソッドの詳細

    • getCommonPropertyType

      public ClassSE<?> getCommonPropertyType(jakarta.el.ELContext elContext, ObjectSE base)
      次で指定:
      クラス jakarta.el.ELResolvergetCommonPropertyType 
    • getFeatureDescriptors

      public IteratorSE<FeatureDescriptorSE> getFeatureDescriptors(jakarta.el.ELContext elContext, ObjectSE base)
      オーバーライド:
      クラス jakarta.el.ELResolvergetFeatureDescriptors 
    • getType

      public ClassSE<?> getType(jakarta.el.ELContext elContext, ObjectSE base, ObjectSE property)
      次で指定:
      クラス jakarta.el.ELResolvergetType 
    • getValue

      public ObjectSE getValue(jakarta.el.ELContext elContext, ObjectSE base, ObjectSE property)
      次で指定:
      クラス jakarta.el.ELResolvergetValue 
    • isReadOnly

      public boolean isReadOnly(jakarta.el.ELContext elContext, ObjectSE base, ObjectSE property)
      次で指定:
      クラス jakarta.el.ELResolverisReadOnly 
    • setValue

      public void setValue(jakarta.el.ELContext elContext, ObjectSE base, ObjectSE property, ObjectSE value)
      次で指定:
      クラス jakarta.el.ELResolversetValue 
    • getRequestContext

      protected RequestContext getRequestContext()