Uses of Class
jp.terasoluna.fw.web.struts.action.ActionMappingEx

Packages that use ActionMappingEx
jp.terasoluna.fw.web.struts.action Extended classes related to the request process of Struts in Web version  
jp.terasoluna.fw.web.struts.actions Extended classes related to the Action of Struts in Web version  
 

Uses of ActionMappingEx in jp.terasoluna.fw.web.struts.action
 

Methods in jp.terasoluna.fw.web.struts.action with parameters of type ActionMappingEx
protected  org.apache.struts.action.ActionForm RequestProcessorEx.processActionFormEx(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, ActionMappingEx mapping)
          Extends the action form retrieval process of Struts. It is invoked from processActionForm().
 

Uses of ActionMappingEx in jp.terasoluna.fw.web.struts.actions
 

Methods in jp.terasoluna.fw.web.struts.actions with parameters of type ActionMappingEx
protected  void AbstractBLogicAction.evaluateBLogicResult(BLogicResult result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionMappingEx mappingEx)
          Evaluates BLogicResult and reflects the result to the Web tier object.
protected  P AbstractBLogicAction.getBLogicParams(ActionMappingEx mapping, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Generates and returns params.
protected  void DownloadBLogicAction.processBLogicResult(BLogicResult result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionMappingEx mappingEx)
          Reflects the result to the Web tier object from BLogicResult.
protected  void AbstractBLogicAction.processBLogicResult(BLogicResult result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionMappingEx mappingEx)
          Reflects the result to the Web tier object from BLogicResult.