[Seasar-user:5423] Re: MetaAutoRegister

Koichi Kobayashi [E-MAIL ADDRESS DELETED]
2006年 12月 11日 (月) 19:00:49 JST


小林 (koichik) です.

Date:    Mon, 11 Dec 2006 15:28:23 +0900
From:    "Minoru Taki" <[E-MAIL ADDRESS DELETED]>
To:      <[E-MAIL ADDRESS DELETED]>
Subject: [Seasar-user:5421]  MetaAutoRegister

>  TeedaAjaxを試しているのですが、
>  MetaAutoRegisterが上手く登録されずに悩んでいます。

MetaAutoRegister はそれ自体ではコンポーネントを
登録するものではなく,登録されているコンポーネントに
メタ情報を付加します.
ですから,通常は ComponentAutoRegister と組み合わせて
使用します.

<component>
    <component class="org.seasar.framework.container.autoregister.ComponentAutoRegister">
        <initMethod name="addReferenceClass">
            <arg>@[E-MAIL ADDRESS DELETED]</arg>
        </initMethod>
        <initMethod name="addClassPattern">
            <arg>"hoge"</arg>
            <arg>".*Ajax"</arg>
        </initMethod>
    </component>
    <component class="org.seasar.framework.container.autoregister.MetaAutoRegister">
        <initMethod name="addClassPattern">
            <arg>"hoge"</arg>
            <arg>".*Ajax"</arg>
        </initMethod>
        <meta name="teeda-ajax"/>
    </component>
</components>



-- 
<component name="koichik">
    <property name="fullName">"Koichi Kobayashi"</property>
    <property name="email">"[E-MAIL ADDRESS DELETED]"</property>
    <property name="blog">"http://d.hatena.ne.jp/koichik"</property>
</component>




Seasar-user メーリングリストの案内