org.seasar.tuigwaa.controller
クラス ByteArrayOutputAction

java.lang.Object
  拡張org.apache.struts.action.Action
      拡張org.apache.struts.actions.DispatchAction
          拡張org.apache.struts.actions.MappingDispatchAction
              拡張org.seasar.tuigwaa.controller.ByteArrayOutputAction

public class ByteArrayOutputAction
extends org.apache.struts.actions.MappingDispatchAction

Generates various output stream of content type other text/html.

作成者:
someda

フィールドの概要
 
クラス org.apache.struts.actions.DispatchAction から継承したフィールド
clazz, messages, methods, types
 
クラス org.apache.struts.action.Action から継承したフィールド
defaultLocale, servlet
 
コンストラクタの概要
ByteArrayOutputAction(ContentsStoreService slideService, ContentsService wikiService, ModelService entityService, DAOService daoService, DataService dataService)
           
 
メソッドの概要
 org.apache.struts.action.ActionForward fileDownload(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward generateFeed(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward generatePDF(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward generateRTF(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward generateTableFeed(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward generateXLS(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
クラス org.apache.struts.actions.MappingDispatchAction から継承したメソッド
execute, getMethodName, unspecified
 
クラス org.apache.struts.actions.DispatchAction から継承したメソッド
cancelled, dispatchMethod, getMethod, getParameter
 
クラス org.apache.struts.action.Action から継承したメソッド
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ByteArrayOutputAction

public ByteArrayOutputAction(ContentsStoreService slideService,
                             ContentsService wikiService,
                             ModelService entityService,
                             DAOService daoService,
                             DataService dataService)
メソッドの詳細

generatePDF

public org.apache.struts.action.ActionForward generatePDF(org.apache.struts.action.ActionMapping mapping,
                                                          org.apache.struts.action.ActionForm form,
                                                          javax.servlet.http.HttpServletRequest request,
                                                          javax.servlet.http.HttpServletResponse response)
                                                   throws Exception
例外:
Exception

generateRTF

public org.apache.struts.action.ActionForward generateRTF(org.apache.struts.action.ActionMapping mapping,
                                                          org.apache.struts.action.ActionForm form,
                                                          javax.servlet.http.HttpServletRequest request,
                                                          javax.servlet.http.HttpServletResponse response)
                                                   throws Exception
例外:
Exception

generateFeed

public org.apache.struts.action.ActionForward generateFeed(org.apache.struts.action.ActionMapping mapping,
                                                           org.apache.struts.action.ActionForm form,
                                                           javax.servlet.http.HttpServletRequest request,
                                                           javax.servlet.http.HttpServletResponse response)
                                                    throws Exception
例外:
Exception

generateTableFeed

public org.apache.struts.action.ActionForward generateTableFeed(org.apache.struts.action.ActionMapping mapping,
                                                                org.apache.struts.action.ActionForm form,
                                                                javax.servlet.http.HttpServletRequest request,
                                                                javax.servlet.http.HttpServletResponse response)
                                                         throws Exception
例外:
Exception

generateXLS

public org.apache.struts.action.ActionForward generateXLS(org.apache.struts.action.ActionMapping mapping,
                                                          org.apache.struts.action.ActionForm form,
                                                          javax.servlet.http.HttpServletRequest request,
                                                          javax.servlet.http.HttpServletResponse response)
                                                   throws Exception
例外:
Exception

fileDownload

public org.apache.struts.action.ActionForward fileDownload(org.apache.struts.action.ActionMapping mapping,
                                                           org.apache.struts.action.ActionForm form,
                                                           javax.servlet.http.HttpServletRequest request,
                                                           javax.servlet.http.HttpServletResponse response)
                                                    throws Exception
例外:
Exception


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.