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

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

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

Classes in com.opensymphony.xwork.config.entities that implement Parameterizable
 class ActionConfig
          Contains everything needed to configure and execute an action: methodName - the method name to execute on the action.
 class InterceptorConfig
          Configuration for Interceptors.
 class ResultConfig
          Configuration for Result.
 


WebWork Project Page