Uses of Interface
org.apache.struts2.spi.Result

Packages that use Result
org.apache.struts2.spi   
 

Uses of Result in org.apache.struts2.spi
 

Methods in org.apache.struts2.spi that return Result
 Result ActionContext.getResult()
          Gets the Result instance for the action.
 

Methods in org.apache.struts2.spi with parameters of type Result
 void ActionContext.addResultInterceptor(Result interceptor)
          Adds a result interceptor for the action.
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.