Uses of Interface
com.opensymphony.xwork.config.entities.InterceptorListHolder

Packages that use InterceptorListHolder
com.opensymphony.xwork.config.entities   
 

Uses of InterceptorListHolder in com.opensymphony.xwork.config.entities
 

Classes in com.opensymphony.xwork.config.entities that implement InterceptorListHolder
 class ActionConfig
          Contains everything needed to configure and execute an action: methodName - the method name to execute on the action.
 class InterceptorStackConfig
          Configuration for InterceptorStack.
 


XWork Project Page