基本的なカスタマイズ > ユーザーインタフェースのカスタマイズ > MVC コンポーネント > MVC コンポーネントの概要 > JCA コンポーネント > ComponentConfigFactory
  
ComponentConfigFactory
ComponentConfigFactoryAware であるビルダーが ComponentConfigFactory によって注入されます。ComponentConfigFactoryComponentConfig の各種実装のインスタンスを提供します (テーブル、ツリーなど)。JCA では、注入は Bean ポストプロセッサで生じ、<Windchill>\codebase\config\mvc\jca-mvc.xml で設定されます。
<bean class="com.ptc.mvc.components.support.ComponentBuilderBeanPostProcessor">
.....
<property name="componentConfigFactory" ref="jcaComponentConfigFactory" />
<property name="infoComponentConfigFactory">
......
</property>
<property name="typedAttrLayOutFactory">
<bean class="com.ptc.jca.mvc.components.JcaTypedAttrLayOutFactory" />
</property>
</bean>
<bean name="jcaComponentConfigFactory"
class="com.ptc.jca.mvc.components.JcaComponentConfigFactory"
factory-method="getInstance" />