org.seasar.tuigwaa.controller
クラス PageAction
java.lang.Object
   org.apache.struts.action.Action
org.apache.struts.action.Action
       org.apache.struts.actions.DispatchAction
org.apache.struts.actions.DispatchAction
           org.apache.struts.actions.MappingDispatchAction
org.apache.struts.actions.MappingDispatchAction
               org.seasar.tuigwaa.controller.PageAction
org.seasar.tuigwaa.controller.PageAction
- public class PageAction- extends org.apache.struts.actions.MappingDispatchAction
- 作成者:
- nishioka
 
| クラス org.apache.struts.actions.DispatchAction から継承したフィールド | 
| clazz, messages, methods, types | 
 
| クラス org.apache.struts.action.Action から継承したフィールド | 
| defaultLocale, servlet | 
 
 
| メソッドの概要 | 
|  org.apache.struts.action.ActionForward | createNew(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 | createNewByName(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 | diff(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 | doViewPage(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 | doViewResource(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 | edit(org.apache.struts.action.ActionMapping mapping,
     org.apache.struts.action.ActionForm form,
     javax.servlet.http.HttpServletRequest request,
     javax.servlet.http.HttpServletResponse response)
 | 
|  String | getInitialContent(org.apache.struts.action.ActionMapping mapping,
                  org.apache.struts.action.ActionForm form,
                  javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response,
                  String contentType)
 | 
|  org.apache.struts.action.ActionForward | save(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 | search(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 | view(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 | viewHistory(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 | 
 
PageAction
public PageAction(ContentsStoreService slideService,
                  ContentsService wikiService,
                  ModelService entityService,
                  HtmlService htmlService)
view
public org.apache.struts.action.ActionForward view(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
 
save
public org.apache.struts.action.ActionForward save(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
 
edit
public org.apache.struts.action.ActionForward edit(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
 
createNew
public org.apache.struts.action.ActionForward createNew(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
 
createNewByName
public org.apache.struts.action.ActionForward createNewByName(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
 
viewHistory
public org.apache.struts.action.ActionForward viewHistory(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
 
diff
public org.apache.struts.action.ActionForward diff(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
 
search
public org.apache.struts.action.ActionForward search(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
 
doViewResource
public org.apache.struts.action.ActionForward doViewResource(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
 
doViewPage
public org.apache.struts.action.ActionForward doViewPage(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
 
getInitialContent
public String getInitialContent(org.apache.struts.action.ActionMapping mapping,
                                org.apache.struts.action.ActionForm form,
                                javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response,
                                String contentType)
                         throws Exception
- 
- 例外: 
- Exception
 
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.