|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.el.ELResolver
org.seasar.cubby.plugins.s2.el.S2BeanELResolver
public class S2BeanELResolver
S2Container の public フィールドをプロパティとして認識させるための ELResolver です。
| フィールドの概要 |
|---|
| クラス javax.el.ELResolver から継承されたフィールド |
|---|
RESOLVABLE_AT_DESIGN_TIME, TYPE |
| コンストラクタの概要 | |
|---|---|
S2BeanELResolver()
インスタンスを生成します。 |
|
S2BeanELResolver(boolean readOnly)
インスタンスを生成します。 |
|
| メソッドの概要 | |
|---|---|
Class<?> |
getCommonPropertyType(ELContext context,
Object base)
|
Iterator<FeatureDescriptor> |
getFeatureDescriptors(ELContext context,
Object base)
|
Class<?> |
getType(ELContext context,
Object base,
Object property)
|
Object |
getValue(ELContext context,
Object base,
Object property)
|
boolean |
isReadOnly(ELContext context,
Object base,
Object property)
|
void |
setValue(ELContext context,
Object base,
Object property,
Object value)
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public S2BeanELResolver()
public S2BeanELResolver(boolean readOnly)
readOnly - 読み込み専用とする場合は true、そうでない場合は false| メソッドの詳細 |
|---|
public Object getValue(ELContext context,
Object base,
Object property)
throws NullPointerException,
PropertyNotFoundException,
ELException
ELResolver 内の getValueNullPointerException
PropertyNotFoundException
ELException
public Class<?> getType(ELContext context,
Object base,
Object property)
ELResolver 内の getType
public void setValue(ELContext context,
Object base,
Object property,
Object value)
ELResolver 内の setValue
public boolean isReadOnly(ELContext context,
Object base,
Object property)
ELResolver 内の isReadOnly
public Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext context,
Object base)
ELResolver 内の getFeatureDescriptors
public Class<?> getCommonPropertyType(ELContext context,
Object base)
ELResolver 内の getCommonPropertyType
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||