jp.terasoluna.fw.web.struts.actions
インタフェース DownloadProcessor


public interface DownloadProcessor

ダウンロード処理インタフェース


メソッドの概要
 void processDownload(Object resultObject, jp.terasoluna.fw.service.thin.BLogicResult result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, jp.terasoluna.fw.web.struts.action.ActionMappingEx mappingEx)
          ダウンロード処理
 

メソッドの詳細

processDownload

void processDownload(Object resultObject,
                     jp.terasoluna.fw.service.thin.BLogicResult result,
                     javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response,
                     jp.terasoluna.fw.web.struts.action.ActionMappingEx mappingEx)
ダウンロード処理

パラメータ:
resultObject - リザルトオブジェクト
result - BLogicResult
request - HttpServletRequest
response - HttpServletRequest
mappingEx - ActionMappingEx


Copyright © 2012. All Rights Reserved.