[jboss-dev-forums] [Design of JBossCache] - Re: Designing Habanero - Configuration changes
manik.surtani@jboss.com
do-not-reply at jboss.com
Wed Sep 13 08:04:41 EDT 2006
Or is something like this more preferable/simpler to configure?
| <attribute name="InterceptorChainCustomisation">
| <config>
| <!-- interceptors are ordered in the order they appear here -->
| <interceptor class="a.b.c.d" params="" />
|
| <!-- the 'generated' chain based on the rest of the config-->
| <generated-chain />
|
| <!-- params are "key=value, key=value ...", passed in as a String. Up
| to the custom interceptor to parse this. -->
| <interceptor class="a.b.c.f" params="" />
| </config>
| </attribute>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971252#3971252
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971252
More information about the jboss-dev-forums
mailing list