In my struts2 xml file, I see this interceptor def:
<interceptors>
<interceptor-stack name="dividendinterceptorstack">
<interceptor-ref name="servletConfig" />
<interceptor-ref name="modelDriven" />
</interceptor-stack>
But where is the actual class defined for dividendinterceptorstack? it is not in the xml.