Uses of Class
shocks.client.Result

Packages that use Result
shocks.client   
 

Uses of Result in shocks.client
 

Methods in shocks.client that return Result
abstract  Result ActionSupport.execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This method must be overridden by Action authors and must contain a Result object containing instructions for the WorkflowController, so it can determine which Sequence to perform next.