$B>.NS(B $B$5$s!#(B<br>$B%8%g%s$G$9!"(B<br><br>Thanks for your reply.<br><br>I got the solution with the following dicon file<br><br><b>Customizer.dicon<br>:::::::::::::::::::::::::::<br></b><initMethod name="addCustomizer"><br> <arg><br>
<component class="org.seasar.framework.container.customizer.AspectCustomizer"><br> <initMethod name="addInterceptorName"><br> <arg>"LoginAuthInterceptor"</arg><br>
</initMethod><br> <property name="pointcut">"do.*, initialize, prerender"</property><br> </component><br> </arg><br></initMethod><br> <initMethod name="addCustomizer"><br>
<arg><br> <component class="org.seasar.framework.container.customizer.AspectCustomizer"><br> <initMethod name="addInterceptorName"><br> <arg>"LoginUserInterceptor"</arg><br>
</initMethod><br> <property name="pointcut">"do.*, initialize, prerender"</property><br> <initMethod name="addIgnoreClassPattern"><br> <arg>"pmtool.web.expensesheet"</arg><br>
<arg>"Index.*"</arg><br> </initMethod><br> <initMethod name="addIgnoreClassPattern"><br> <arg>"pmtool.web.menu"</arg><br> <arg>"Menu.*"</arg><br>
</initMethod><br> </component><br> </arg><br></initMethod><br> <initMethod name="addIgnoreClassPattern"><br> <arg>"pmtool.web.login"</arg><br> <arg>"LoginPage"</arg><br>
</initMethod> <br> <initMethod name="addIgnoreClassPattern"><br> <arg>"pmtool.web.error"</arg><br> <arg>"Error.*"</arg><br> </initMethod><br>
<initMethod name="addIgnoreClassPattern"><br> <arg>"pmtool.web.exception"</arg><br> <arg>"Login.*"</arg><br> </initMethod><br><br><br><br><br><br>
<div class="gmail_quote">2009/4/29 Koichi Kobayashi <span dir="ltr"><<a href="mailto:koichik@improvement.jp">koichik@improvement.jp</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
$B>.NS(B (koichik) $B$G$9!%(B<br>
<br>
Date: Wed, 29 Apr 2009 19:28:44 +0900<br>
<div class="im">From: thomas <<a href="mailto:jp.mcy.10@gmail.com">jp.mcy.10@gmail.com</a>><br>
To: <a href="mailto:seasar-user@ml.seasar.org">seasar-user@ml.seasar.org</a><br>
</div>Subject: [Seasar-user:17341] Re: Seasar[$BJ#?t(BInterceptor$B$N;H$$J}(B]<br>
<br>
> My requirement is,<br>
> For menu$B2hLL(B*LoginAuthInterceptor *is needed* *where as *LoginUserInterceptor<br>
<div class="im">> *is not needed.For this situation how can i change this dicon file.<br>
<br>
</div>See the customizer.dicon in [Seasar-user:17339].<br>
<br>
A point is to use addCustomizer rather than<br>
addAspectCustomizer.<br>
You can specify addIgnorePattern(s) for each customizer.<br>
<font color="#888888"><br>
<br>
--<br>
</font><div><div></div><div class="h5"><component name="koichik"><br>
<property name="fullName">"Koichi Kobayashi"</property><br>
<property name="email">"<a href="mailto:koichik@improvement.jp">koichik@improvement.jp</a>"</property><br>
<property name="blog">"<a href="http://d.hatena.ne.jp/koichik" target="_blank">http://d.hatena.ne.jp/koichik</a>"</property><br>
</component><br>
<br>
_______________________________________________<br>
Seasar-user mailing list<br>
<a href="mailto:Seasar-user@ml.seasar.org">Seasar-user@ml.seasar.org</a><br>
<a href="https://ml.seasar.org/mailman/listinfo/seasar-user" target="_blank">https://ml.seasar.org/mailman/listinfo/seasar-user</a><br>
</div></div></blockquote></div><br>