org.unitedfront2.web.controller.profile
クラス PublicProfileWidgetPreparer

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

@Repository(value="profile.publicProfileWidgetPreparer")
public class PublicProfileWidgetPreparer
extends Object
implements ViewPreparer

プロフィールウィジェット用のビュープリペアラークラスです。

作成者:
kurokkie

フィールドの概要
static int MAX
          最大表示件数 (15)
static int REFLESH_TERM
          ユーザリストが更新される間隔 (15分)
 
コンストラクタの概要
PublicProfileWidgetPreparer()
           
 
メソッドの概要
 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
最大表示件数 (15)

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

PublicProfileWidgetPreparer

public PublicProfileWidgetPreparer()
メソッドの詳細

execute

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


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