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

フィールドの概要
static int DISPLAY_COUNT
          1ページに表示するブログ記事数(5)
 
クラス org.springframework.webflow.action.AbstractAction から継承されたフィールド
logger
 
コンストラクタの概要
ViewAction()
           
 
メソッドの概要
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
 

フィールドの詳細

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.