|
||||||||||
????? ????? | ?????? ?????? | |||||||||
??: ??? | ????? | ??????? | ???? | ??: ????? | ??????? | ???? |
java.lang.Objectorg.seasar.framework.container.creator.ComponentCreatorImpl
org.seasar.s2csv.creator.CsvCreator
public class CsvCreator
決められた命名規約に従って、クラスからCsvEntityクラスのコンポーネント定義を作成します。 作成されるコンポーネント定義の各種属性は以下になります。
サフィックス | "Csv" |
---|---|
インスタンス定義 | prototype |
自動バインディング | auto |
外部バインディング | 無効 |
インターフェース | 対象外 |
抽象クラス | 対象外 |
???????? |
---|
??? org.seasar.framework.container.creator.ComponentCreatorImpl ???????????? |
---|
autoBindingDef_BINDING, enableAbstract_BINDING, enableInterface_BINDING, externalBinding_BINDING, instanceDef_BINDING |
?????????? | |
---|---|
CsvCreator(org.seasar.framework.convention.NamingConvention namingConvention)
指定された 命名規約 に従ったCsvCreator を作成します。 |
??????? | |
---|---|
org.seasar.framework.container.ComponentCustomizer |
getCsvCustomizer()
ComponentCustomizer を返します。 |
void |
setCsvCustomizer(org.seasar.framework.container.ComponentCustomizer customizer)
ComponentCustomizer を設定します。 |
??? org.seasar.framework.container.creator.ComponentCreatorImpl ??????????? |
---|
createComponentDef, createComponentDef, customize, getAutoBindingDef, getCustomizer, getInstanceDef, getNameSuffix, getNamingConvention, isEnableAbstract, isEnableInterface, isExternalBinding, isTargetComponentName, setAutoBindingDef, setCustomizer, setEnableAbstract, setEnableInterface, setExternalBinding, setInstanceDef, setNameSuffix |
??? java.lang.Object ??????????? |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
?????????? |
---|
public CsvCreator(org.seasar.framework.convention.NamingConvention namingConvention)
命名規約
に従ったCsvCreator
を作成します。
namingConvention
- 命名規約??????? |
---|
public org.seasar.framework.container.ComponentCustomizer getCsvCustomizer()
ComponentCustomizer
を返します。
ComponentCustomizer
public void setCsvCustomizer(org.seasar.framework.container.ComponentCustomizer customizer)
ComponentCustomizer
を設定します。
customizer
- ComponentCustomizer
|
||||||||||
????? ????? | ?????? ?????? | |||||||||
??: ??? | ????? | ??????? | ???? | ??: ????? | ??????? | ???? |