com.ibatis.struts |
|
Java Source File Name | Type | Comment |
ActionContext.java | Class | The ActionContext class gives simplified, thread-safe access to the request
and response, as well as form parameters, request attributes, session
attributes, application attributes. |
BaseBean.java | Class | All actions mapped through the BeanAction class should be mapped to a
subclass of BaseBean (or have no form bean mapping at all). |
BeanAction.java | Class | BeanAction is an extension to the typical Struts Action class that enables
mappings to bean methods. |
BeanActionException.java | Class | This exception is thrown internally by BeanAction and can also be used by
bean action methods as a general or base exception. |