|
|||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||
public interface InformalPropertyAcceptable
あらかじめ、MLD(Mayaa Library Definition)ファイルに記述されてない プロパティを受け入れる場合のインターフェイス。MLD記述されてるプロパティは このメソッドを経由しないで、直接、Beanプロパティアクセスで設定される。
| メソッドの概要 | |
|---|---|
void |
addInformalProperty(PrefixAwareName name,
java.io.Serializable property)
非MLDなインフォーマルプロパティの受け入れメソッド。 |
java.lang.Class |
getExpectedClass()
推奨されていません。 1.1.9 代わりに getInformalExpectedClass()を使用してください。 |
java.lang.Class |
getInformalExpectedClass()
インフォーマルプロパティの予測される型を取得する。 |
java.lang.Class |
getInformalPropertyClass()
addInformalProperty()に渡されるインフォーマルプロパティに期待される型。 |
java.lang.Class |
getPropertyClass()
推奨されていません。 1.1.9 代わりに getInformalPropertyClass()を使用してください。 |
| インタフェース org.seasar.mayaa.engine.processor.ProcessorTreeWalker から継承されたメソッド |
|---|
addChildProcessor, clearChildProcessors, getChildProcessor, getChildProcessorSize, getParentProcessor, getStaticParentProcessor, getVariables, insertProcessor, removeProcessor, setParentProcessor |
| インタフェース org.seasar.mayaa.engine.specification.serialize.ProcessorReferenceResolverFinder から継承されたメソッド |
|---|
findProcessorResolver |
| インタフェース org.seasar.mayaa.engine.specification.serialize.NodeReferenceResolverFinder から継承されたメソッド |
|---|
findNodeResolver |
| メソッドの詳細 |
|---|
void addInformalProperty(PrefixAwareName name,
java.io.Serializable property)
name - プロパティ名。property - インフォーマルプロパティ。java.lang.Class getPropertyClass()
getInformalPropertyClass()を使用してください。
java.lang.Class getExpectedClass()
getInformalExpectedClass()を使用してください。
java.lang.Class getInformalPropertyClass()
java.lang.Class getInformalExpectedClass()
|
|||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||