void | EvaluationListener.afterEvaluation(ELContext context, StringSE expression) | Jakarta Expression Language 式が評価された後に通知を受け取ります |
---|
void | EvaluationListener.beforeEvaluation(ELContext context, StringSE expression) | Jakarta Expression Language 式が評価される前に通知を受け取ります |
---|
<T> T | CompositeELResolver.convertToType(ELContext context, ObjectSE obj, ClassSE<T> targetType) | オブジェクトを特定の型に変換します。 |
---|
<T> T | ELResolver.convertToType(ELContext context, ObjectSE obj, ClassSE<T> targetType) | オブジェクトを特定の型に変換します。 |
---|
abstract <T> T | TypeConverter.convertToType(ELContext context, ObjectSE obj, ClassSE<T> targetType) | オブジェクトを特定の型に変換します。 |
---|
abstract MethodExpression | ExpressionFactory.createMethodExpression(ELContext context, StringSE expression, ClassSE<?> expectedReturnType, ClassSE<?>[] expectedParamTypes) | |
---|
abstract ValueExpression | ExpressionFactory.createValueExpression(ELContext context, StringSE expression, ClassSE<?> expectedType) | |
---|
ClassSE<?> | ArrayELResolver.getCommonPropertyType(ELContext context, ObjectSE base) | 基本オブジェクトが Java 言語配列の場合、このリゾルバーが property 引数として受け入れる最も一般的な型を返します。 |
---|
ClassSE<?> | BeanELResolver.getCommonPropertyType(ELContext context, ObjectSE base) | 基本オブジェクトが null ではない場合、このリゾルバーが property 引数として受け入れる最も一般的な型を返します。 |
---|
ClassSE<?> | BeanNameELResolver.getCommonPropertyType(ELContext context, ObjectSE base) | Bean 名は文字列であるため、常に String.class を返します。 |
---|
ClassSE<?> | CompositeELResolver.getCommonPropertyType(ELContext context, ObjectSE base) | base オブジェクトを指定して、このリゾルバーが property 引数に対して受け入れる最も一般的な型を返します。
|
---|
abstract ClassSE<?> | ELResolver.getCommonPropertyType(ELContext context, ObjectSE base) | base オブジェクトを指定して、このリゾルバーが property 引数に対して受け入れる最も一般的な型を返します。
|
---|
ClassSE<?> | ListELResolver.getCommonPropertyType(ELContext context, ObjectSE base) | 基本オブジェクトがリストの場合、このリゾルバーが property 引数として受け入れる最も一般的な型を返します。 |
---|
ClassSE<?> | MapELResolver.getCommonPropertyType(ELContext context, ObjectSE base) | ベースオブジェクトがマップの場合、このリゾルバーが property 引数に対して受け入れる最も一般的な型を返します。 |
---|
ClassSE<?> | ResourceBundleELResolver.getCommonPropertyType(ELContext context, ObjectSE base) | ベースオブジェクトが ResourceBundle の場合、このリゾルバーが property 引数に対して受け入れる最も一般的な型を返します。 |
---|
ClassSE<?> | StaticFieldELResolver.getCommonPropertyType(ELContext context, ObjectSE base) | プロパティの型を返します。 |
---|
ClassSE<?> | TypeConverter.getCommonPropertyType(ELContext context, ObjectSE base) | |
---|
IteratorSE<FeatureDescriptorSE> | ArrayELResolver.getFeatureDescriptors(ELContext context, ObjectSE base) | 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。 |
---|
IteratorSE<FeatureDescriptorSE> | BeanELResolver.getFeatureDescriptors(ELContext context, ObjectSE base) | 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。 |
---|
IteratorSE<FeatureDescriptorSE> | BeanNameELResolver.getFeatureDescriptors(ELContext context, ObjectSE base) | 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。 |
---|
IteratorSE<FeatureDescriptorSE> | CompositeELResolver.getFeatureDescriptors(ELContext context, ObjectSE base) | 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。 |
---|
IteratorSE<FeatureDescriptorSE> | ELResolver.getFeatureDescriptors(ELContext context, ObjectSE base) | 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。 |
---|
IteratorSE<FeatureDescriptorSE> | ListELResolver.getFeatureDescriptors(ELContext context, ObjectSE base) | 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。 |
---|
IteratorSE<FeatureDescriptorSE> | MapELResolver.getFeatureDescriptors(ELContext context, ObjectSE base) | 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。 |
---|
IteratorSE<FeatureDescriptorSE> | ResourceBundleELResolver.getFeatureDescriptors(ELContext context, ObjectSE base) | 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。 |
---|
IteratorSE<FeatureDescriptorSE> | StaticFieldELResolver.getFeatureDescriptors(ELContext context, ObjectSE base) | 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。 |
---|
IteratorSE<FeatureDescriptorSE> | TypeConverter.getFeatureDescriptors(ELContext context, ObjectSE base) | 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。 |
---|
abstract MethodInfo | MethodExpression.getMethodInfo(ELContext context) | 指定されたコンテキストに関連して式を評価し、実際に参照されているメソッドに関する情報を返します。 |
---|
MethodReference | MethodExpression.getMethodReference(ELContext context) | |
---|
ClassSE<?> | ArrayELResolver.getType(ELContext context, ObjectSE base, ObjectSE property) | 基本オブジェクトが配列の場合、この配列の値の最も一般的に受け入れ可能な型を返します。 |
---|
ClassSE<?> | BeanELResolver.getType(ELContext context, ObjectSE base, ObjectSE property) | 基本オブジェクトが null ではない場合、この Bean プロパティに設定できる最も一般的な許容可能な型を返します。 |
---|
ClassSE<?> | BeanNameELResolver.getType(ELContext context, ObjectSE base, ObjectSE property) | ベースが null で、プロパティが BeanNameResolver で解決可能な名前である場合は、Bean の型を返します。 |
---|
ClassSE<?> | CompositeELResolver.getType(ELContext context, ObjectSE base, ObjectSE property) | |
---|
abstract ClassSE<?> | ELResolver.getType(ELContext context, ObjectSE base, ObjectSE property) | |
---|
ClassSE<?> | ListELResolver.getType(ELContext context, ObjectSE base, ObjectSE property) | 基本オブジェクトがリストの場合、このリスト内の値の最も一般的に受け入れ可能な型を返します。 |
---|
ClassSE<?> | MapELResolver.getType(ELContext context, ObjectSE base, ObjectSE property) | ベースオブジェクトがマップの場合、このマップの値に対して最も一般的に受け入れられる型を返します。 |
---|
ClassSE<?> | ResourceBundleELResolver.getType(ELContext context, ObjectSE base, ObjectSE property) | ベースオブジェクトが ResourceBundle のインスタンスである場合、リゾルバーは読み取り専用であるため、null を返します。 |
---|
ClassSE<?> | StaticFieldELResolver.getType(ELContext context, ObjectSE base, ObjectSE property) | 静的フィールドの型を返します。 |
---|
ClassSE<?> | TypeConverter.getType(ELContext context, ObjectSE base, ObjectSE property) | |
---|
abstract ClassSE<?> | ValueExpression.getType(ELContext context) | |
---|
ObjectSE | ArrayELResolver.getValue(ELContext context, ObjectSE base, ObjectSE property) | 基本オブジェクトが Java 言語配列の場合、指定されたインデックスの値を返します。 |
---|
ObjectSE | BeanELResolver.getValue(ELContext context, ObjectSE base, ObjectSE property) | 基本オブジェクトが null でない場合、この Bean の指定されたプロパティの現在の値を返します。 |
---|
ObjectSE | BeanNameELResolver.getValue(ELContext context, ObjectSE base, ObjectSE property) | ベースオブジェクトが null であり、プロパティが BeanNameResolver によって解決可能な名前である場合、BeanNameResolver によって解決された値を返します。 |
---|
ObjectSE | CompositeELResolver.getValue(ELContext context, ObjectSE base, ObjectSE property) | すべてのコンポーネントリゾルバーをクエリすることにより、指定された base オブジェクト上の指定された property オブジェクトを解決しようとします。 |
---|
abstract ObjectSE | ELResolver.getValue(ELContext context, ObjectSE base, ObjectSE property) | 指定された base オブジェクトで指定された property オブジェクトを解決しようとします。 |
---|
ObjectSE | ListELResolver.getValue(ELContext context, ObjectSE base, ObjectSE property) | 基本オブジェクトがリストの場合、指定されたインデックスの値を返します。 |
---|
ObjectSE | MapELResolver.getValue(ELContext context, ObjectSE base, ObjectSE property) | ベースオブジェクトがマップの場合、property 引数で指定されているように、指定されたキーに関連付けられた値を返します。 |
---|
ObjectSE | ResourceBundleELResolver.getValue(ELContext context, ObjectSE base, ObjectSE property) | ベースオブジェクトが ResourceBundle のインスタンスである場合、提供されたプロパティは最初に String に強制変換されます。 |
---|
ObjectSE | StaticFieldELResolver.getValue(ELContext context, ObjectSE base, ObjectSE property) | 静的フィールドの値を返します。 |
---|
ObjectSE | TypeConverter.getValue(ELContext context, ObjectSE base, ObjectSE property) | |
---|
abstract <T> T | ValueExpression.getValue(ELContext context) | 指定されたコンテキストに関連して式を評価し、結果の値を返します。 |
---|
ValueReference | ValueExpression.getValueReference(ELContext context) | |
---|
ObjectSE | BeanELResolver.invoke(ELContext context, ObjectSE base, ObjectSE methodName, ClassSE<?>[] paramTypes, ObjectSE[] params) | 基本オブジェクトが null でない場合は、この Bean の指定されたパラメーターを使用して、メソッドを呼び出します。 |
---|
ObjectSE | CompositeELResolver.invoke(ELContext context, ObjectSE base, ObjectSE method, ClassSE<?>[] paramTypes, ObjectSE[] params) | すべてのコンポーネントリゾルバーを照会することにより、指定された base オブジェクトで指定された method を解決して呼び出すことを試みます。 |
---|
ObjectSE | ELResolver.invoke(ELContext context, ObjectSE base, ObjectSE method, ClassSE<?>[] paramTypes, ObjectSE[] params) | 指定された base オブジェクトで指定された method を解決して呼び出すことを試みます。 |
---|
ObjectSE | LambdaExpression.invoke(ELContext elContext, ObjectSE... args) | カプセル化された Lambda 式を呼び出します。 |
---|
abstract ObjectSE | MethodExpression.invoke(ELContext context, ObjectSE[] params) | 文字列リテラルが式として指定されている場合、メソッドシグネチャーの予期される戻り値の型に強制変換された文字列リテラルを返します。 |
---|
ObjectSE | StaticFieldELResolver.invoke(ELContext context, ObjectSE base, ObjectSE methodName, ClassSE<?>[] paramTypes, ObjectSE[] params) | public static メソッドまたはクラスのコンストラクターを呼び出します。 |
---|
boolean | ArrayELResolver.isReadOnly(ELContext context, ObjectSE base, ObjectSE property) | |
---|
boolean | BeanELResolver.isReadOnly(ELContext context, ObjectSE base, ObjectSE property) | |
---|
boolean | BeanNameELResolver.isReadOnly(ELContext context, ObjectSE base, ObjectSE property) | ベースが null で、プロパティが BeanNameResolver によって解決可能な名前である場合、Bean が書き込み可能かどうかを判別しようとします。 |
---|
boolean | CompositeELResolver.isReadOnly(ELContext context, ObjectSE base, ObjectSE property) | |
---|
abstract boolean | ELResolver.isReadOnly(ELContext context, ObjectSE base, ObjectSE property) | |
---|
boolean | ListELResolver.isReadOnly(ELContext context, ObjectSE base, ObjectSE property) | |
---|
boolean | MapELResolver.isReadOnly(ELContext context, ObjectSE base, ObjectSE property) | |
---|
boolean | ResourceBundleELResolver.isReadOnly(ELContext context, ObjectSE base, ObjectSE property) | |
---|
boolean | StaticFieldELResolver.isReadOnly(ELContext context, ObjectSE base, ObjectSE property) | 静的フィールドが書き込み可能かどうかを問い合わせます。 |
---|
boolean | TypeConverter.isReadOnly(ELContext context, ObjectSE base, ObjectSE property) | |
---|
abstract boolean | ValueExpression.isReadOnly(ELContext context) | |
---|
void | EvaluationListener.propertyResolved(ELContext context, ObjectSE base, ObjectSE property) | (ベース、プロパティ)ペアが解決されたときに通知を受け取ります |
---|
ELContext | ELManager.setELContext(ELContext context) | Jakarta Expression Language 式の解析と評価に使用される ELContext を設定します。 |
---|
void | LambdaExpression.setELContext(ELContext context) | LambdaExpression の評価に使用する ELContext を設定します。 |
---|
void | ArrayELResolver.setValue(ELContext context, ObjectSE base, ObjectSE property, ObjectSE val) | 基本オブジェクトが Java 言語配列の場合、指定されたインデックスの値に指定された値を設定しようとします。 |
---|
void | BeanELResolver.setValue(ELContext context, ObjectSE base, ObjectSE property, ObjectSE val) | ベースオブジェクトが null ではない場合、この Bean に指定されたプロパティの値を設定しようとします。 |
---|
void | BeanNameELResolver.setValue(ELContext context, ObjectSE base, ObjectSE property, ObjectSE value) | ベースが null で、プロパティが BeanNameResolver によって解決可能な名前である場合、BeanNameResolver の Bean は指定された値に設定されます。 |
---|
void | CompositeELResolver.setValue(ELContext context, ObjectSE base, ObjectSE property, ObjectSE val) | 指定された base オブジェクトに指定された property オブジェクトの値を設定しようとします。 |
---|
abstract void | ELResolver.setValue(ELContext context, ObjectSE base, ObjectSE property, ObjectSE value) | 指定された base オブジェクトに指定された property オブジェクトの値を設定しようとします。 |
---|
void | ListELResolver.setValue(ELContext context, ObjectSE base, ObjectSE property, ObjectSE val) | 基本オブジェクトがリストの場合、指定された値で指定されたインデックスに値を設定しようとします。 |
---|
void | MapELResolver.setValue(ELContext context, ObjectSE base, ObjectSE property, ObjectSE val) | ベースオブジェクトがマップの場合、property 引数で指定されているように、指定されたキーに関連付けられた値を設定しようとします。 |
---|
void | ResourceBundleELResolver.setValue(ELContext context, ObjectSE base, ObjectSE property, ObjectSE value) | |
---|
void | StaticFieldELResolver.setValue(ELContext context, ObjectSE base, ObjectSE property, ObjectSE value) | 静的フィールドへの書き込みを試みます。 |
---|
void | TypeConverter.setValue(ELContext context, ObjectSE base, ObjectSE property, ObjectSE value) | |
---|
abstract void | ValueExpression.setValue(ELContext context, ObjectSE value) | 指定されたコンテキストに関連して式を評価し、結果を指定された値に設定します。 |
---|