org.unitedfront2.web.controller.blog
クラス DeleteAction

java.lang.Object
  上位を拡張 org.springframework.webflow.action.AbstractAction
      上位を拡張 org.unitedfront2.web.controller.blog.DeleteAction
すべての実装されたインタフェース:
InitializingBean, Action

@Repository(value="blog.deleteAction")
public class DeleteAction
extends AbstractAction

ブログを削除するアクションクラスです。

作成者:
kurokkie

フィールドの概要
 
クラス org.springframework.webflow.action.AbstractAction から継承されたフィールド
logger
 
コンストラクタの概要
DeleteAction()
           
 
メソッドの概要
protected  Event doExecute(RequestContext context)
          ブログを削除します。
 
クラス org.springframework.webflow.action.AbstractAction から継承されたメソッド
afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DeleteAction

public DeleteAction()
メソッドの詳細

doExecute

protected Event doExecute(RequestContext context)
                   throws AccessDeniedException
ブログを削除します。

定義:
クラス AbstractAction 内の doExecute
パラメータ:
context - RequestContext
戻り値:
成功イベント
例外:
AccessDeniedException - 編集権限がない


Copyright © 2007-2008 www.unitedfront2.org. All Rights Reserved.