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
          Created by IntelliJ IDEA.
 class ResultConfig
          Created by IntelliJ IDEA.
 


XWork Project Page