org.unitedfront2.web.controller.blog
クラス ViewAction
java.lang.Object
org.springframework.webflow.action.AbstractAction
org.unitedfront2.web.controller.blog.ViewAction
- すべての実装されたインタフェース:
- InitializingBean, Action
@Repository(value="blog.viewAction")
public class ViewAction
- extends AbstractAction
ブログを閲覧するアクションクラスです。
- 作成者:
- kurokkie
| クラス 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 |
DISPLAY_COUNT
public static final int DISPLAY_COUNT
- 1ページに表示するブログ記事数(5)
- 関連項目:
- 定数フィールド値
ViewAction
public ViewAction()
doExecute
protected Event doExecute(RequestContext context)
throws PageNotFoundException,
AccessDeniedException
- 指定したコードを持ったブログを表示します。
- 定義:
- クラス
AbstractAction 内の doExecute
- パラメータ:
context - RequestContext
- 戻り値:
- 成功イベント
- 例外:
PageNotFoundException - ブログが存在しない
AccessDeniedException - 閲覧権限がない
Copyright © 2007-2008 www.unitedfront2.org. All Rights Reserved.