[jboss-dev-forums] [Design of JBossCache] - Re: Designing Habanero - Configuration changes

manik.surtani@jboss.com do-not-reply at jboss.com
Wed Sep 13 07:59:41 EDT 2006


Reviving this thread.  Do we see any use in being able to add custom interceptors via XML? E.g., an XML element like:


  | <attribute name="CustomInterceptors">
  |   <config>
  |     <interceptor>
  |       <!-- your interceptor class -->
  |       <class>com.microsoft.SecurityLoopholeInterceptor</class>
  | 
  |       <!-- interceptor config -->
  |       <attribute name="Enabled">true</attribute>
  |       <attribute name="CustomSetting1">Blah</attribute>
  | 
  |       <!-- where do we attach this interceptor in the chain? -->
  |       <chainPosition>3</chainPosition>
  |     </interceptor>
  |   </config>
  | </attribute>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971251#3971251

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971251



More information about the jboss-dev-forums mailing list