public abstract class AbstractPropertyAssembler extends AbstractAssembler implements PropertyAssembler
| コンストラクタと説明 |
|---|
AbstractPropertyAssembler(ComponentDef componentDef) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
bindExternally(BeanDesc beanDesc,
ComponentDef componentDef,
Object component,
Set<String> names) |
protected Object |
getValue(String name,
Class<?> type,
ExternalContext extCtx) |
protected Object |
getValue(String name,
ExternalContext extCtx) |
protected Object[] |
getValues(String name,
ExternalContext extCtx) |
getArgs, getBeanDesc, getComponentClass, getComponentDefclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassemblepublic AbstractPropertyAssembler(ComponentDef componentDef)
protected void bindExternally(BeanDesc beanDesc, ComponentDef componentDef, Object component, Set<String> names) throws EmptyRuntimeException
protected Object getValue(String name, Class<?> type, ExternalContext extCtx)
protected Object getValue(String name, ExternalContext extCtx)
protected Object[] getValues(String name, ExternalContext extCtx)
Copyright © 2015–2016 The DBFlute Project. All rights reserved.