クラスの使用
org.springframework.expression.AccessException
AccessException を使用するパッケージ
パッケージ
説明
Spring アプリケーションコンテキスト内の式解析サポート。
Spring Expression Language の背後にあるコア抽象化。
さまざまなコア抽象化のための SpEL のデフォルト実装。
org.springframework.context.expression 内の AccessException 使用
AccessException をスローする org.springframework.context.expression のメソッド修飾子と型メソッド説明booleanBeanExpressionContextAccessor.canRead(EvaluationContext context, ObjectSE target, StringSE name) booleanBeanFactoryAccessor.canRead(EvaluationContext context, ObjectSE target, StringSE name) booleanEnvironmentAccessor.canRead(EvaluationContext context, ObjectSE target, StringSE name) Environmentを読み取ることができるため、常に true を返します。booleanMapAccessor.canRead(EvaluationContext context, ObjectSE target, StringSE name) booleanBeanExpressionContextAccessor.canWrite(EvaluationContext context, ObjectSE target, StringSE name) booleanBeanFactoryAccessor.canWrite(EvaluationContext context, ObjectSE target, StringSE name) booleanEnvironmentAccessor.canWrite(EvaluationContext context, ObjectSE target, StringSE name) 読み取り専用:falseを返します。booleanMapAccessor.canWrite(EvaluationContext context, ObjectSE target, StringSE name) BeanExpressionContextAccessor.read(EvaluationContext context, ObjectSE target, StringSE name) BeanFactoryAccessor.read(EvaluationContext context, ObjectSE target, StringSE name) EnvironmentAccessor.read(EvaluationContext context, ObjectSE target, StringSE name) 特定のターゲット環境に対して特定のプロパティ名を解決することにより、特定のターゲットオブジェクトにアクセスします。MapAccessor.read(EvaluationContext context, ObjectSE target, StringSE name) BeanFactoryResolver.resolve(EvaluationContext context, StringSE beanName) voidBeanExpressionContextAccessor.write(EvaluationContext context, ObjectSE target, StringSE name, ObjectSE newValue) voidBeanFactoryAccessor.write(EvaluationContext context, ObjectSE target, StringSE name, ObjectSE newValue) voidEnvironmentAccessor.write(EvaluationContext context, ObjectSE target, StringSE name, ObjectSE newValue) 読み取り専用: 動作しません。voidMapAccessor.write(EvaluationContext context, ObjectSE target, StringSE name, ObjectSE newValue) org.springframework.expression 内の AccessException 使用
AccessException をスローする org.springframework.expression のメソッド修飾子と型メソッド説明booleanPropertyAccessor.canRead(EvaluationContext context, ObjectSE target, StringSE name) リゾルバーインスタンスが指定されたターゲットオブジェクトの指定されたプロパティにアクセスできるかどうかを判断するために呼び出されます。booleanPropertyAccessor.canWrite(EvaluationContext context, ObjectSE target, StringSE name) リゾルバーインスタンスが指定されたターゲットオブジェクトの指定されたプロパティに書き込むことができるかどうかを判断するために呼び出されます。ConstructorExecutor.execute(EvaluationContext context, ObjectSE... arguments) 指定された引数を使用して、指定されたコンテキストでコンストラクターを実行します。MethodExecutor.execute(EvaluationContext context, ObjectSE target, ObjectSE... arguments) 指定された引数を使用し、指定された式の状態を使用してコマンドを実行します。PropertyAccessor.read(EvaluationContext context, ObjectSE target, StringSE name) 指定されたターゲットオブジェクトからプロパティを読み取るために呼び出されます。BeanResolver.resolve(EvaluationContext context, StringSE beanName) 指定された名前で Bean を検索し、それに対応するインスタンスを返します。ConstructorResolver.resolve(EvaluationContext context, StringSE typeName, ListSE<TypeDescriptor> argumentTypes) 指定されたコンテキスト内で、指定された引数を処理できる、指定された型の適切なコンストラクターを決定します。MethodResolver.resolve(EvaluationContext context, ObjectSE targetObject, StringSE name, ListSE<TypeDescriptor> argumentTypes) 指定されたコンテキスト内で、指定された引数を処理できる、指定されたオブジェクトの適切なメソッドを決定します。voidPropertyAccessor.write(EvaluationContext context, ObjectSE target, StringSE name, ObjectSE newValue) 指定されたターゲットオブジェクトのプロパティに書き込むために呼び出されます。org.springframework.expression.spel.support 内の AccessException 使用
修飾子と型メソッド説明booleanReflectivePropertyAccessor.canRead(EvaluationContext context, ObjectSE target, StringSE name) booleanReflectivePropertyAccessor.OptimalPropertyAccessor.canRead(EvaluationContext context, ObjectSE target, StringSE name) booleanReflectivePropertyAccessor.canWrite(EvaluationContext context, ObjectSE target, StringSE name) ReflectiveConstructorExecutor.execute(EvaluationContext context, ObjectSE... arguments) ReflectiveMethodExecutor.execute(EvaluationContext context, ObjectSE target, ObjectSE... arguments) ReflectivePropertyAccessor.OptimalPropertyAccessor.read(EvaluationContext context, ObjectSE target, StringSE name) ReflectivePropertyAccessor.read(EvaluationContext context, ObjectSE target, StringSE name) DataBindingMethodResolver.resolve(EvaluationContext context, ObjectSE targetObject, StringSE name, ListSE<TypeDescriptor> argumentTypes) ReflectiveConstructorResolver.resolve(EvaluationContext context, StringSE typeName, ListSE<TypeDescriptor> argumentTypes) 型のコンストラクターを見つけます。ReflectiveMethodResolver.resolve(EvaluationContext context, ObjectSE targetObject, StringSE name, ListSE<TypeDescriptor> argumentTypes) 型のメソッドを見つけます。voidReflectivePropertyAccessor.write(EvaluationContext context, ObjectSE target, StringSE name, ObjectSE newValue)