Uses of Interface
com.opensymphony.xwork.Result

Packages that use Result
com.opensymphony.xwork   
 

Uses of Result in com.opensymphony.xwork
 

Classes in com.opensymphony.xwork that implement Result
 class ActionChainResult
          A special kind of view that invokes GenericDispatch (using the previously existing ActionContext) and executes another action.
 

Fields in com.opensymphony.xwork declared as Result
protected  Result DefaultActionInvocation.result
           
 

Methods in com.opensymphony.xwork that return Result
 Result ActionInvocation.getResult()
          If the ActionInvocation has been executed before and the Result is an instance of ActionChainResult, this method will walk down the chain of ActionChainResults until it finds a non-chain result, which will be returned.
 Result ObjectFactory.buildResult(ResultConfig resultConfig)
          Build a Result using the type in the ResultConfig and set the parameters in the ResultConfig.
 Result DefaultActionInvocation.getResult()
          If the DefaultActionInvocation has been executed before and the Result is an instance of ActionChainResult, this method will walk down the chain of ActionChainResults until it finds a non-chain result, which will be returned.
 Result DefaultActionInvocation.createResult()
           
 


XWork Project Page