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

java.lang.Object
  上位を拡張 org.unitedfront2.web.controller.blog.PublicBlogsWidgetPreparer
すべての実装されたインタフェース:
ViewPreparer

@Repository(value="blog.publicBlogsWidgetPreparer")
public class PublicBlogsWidgetPreparer
extends Object
implements ViewPreparer

公開中ブログウィジェット用のコントローラです。

作成者:
kurokkie

フィールドの概要
static int MAX
          最大表示件数 (10)
static int REFLESH_TERM
          ブログリストが更新される間隔 (15分)
 
コンストラクタの概要
PublicBlogsWidgetPreparer()
           
 
メソッドの概要
 void execute(TilesRequestContext tilesContext, AttributeContext attributeContext)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

REFLESH_TERM

public static final int REFLESH_TERM
ブログリストが更新される間隔 (15分)

関連項目:
定数フィールド値

MAX

public static final int MAX
最大表示件数 (10)

関連項目:
定数フィールド値
コンストラクタの詳細

PublicBlogsWidgetPreparer

public PublicBlogsWidgetPreparer()
メソッドの詳細

execute

public void execute(TilesRequestContext tilesContext,
                    AttributeContext attributeContext)
             throws PreparerException
定義:
インタフェース ViewPreparer 内の execute
例外:
PreparerException


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