egeyama.jsf.util
クラス FacesUtils

java.lang.Object
  拡張egeyama.jsf.util.FacesUtils

public final class FacesUtils
extends Object

JSF関連のユーティリティクラス。

導入されたバージョン:
1.1
バージョン:
$Id$
作成者:
okamo

メソッドの概要
static String findLabel(javax.faces.context.FacesContext context, String targetId)
          指定コンポーネントに対応するラベルの文字列を検索して返します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

findLabel

public static String findLabel(javax.faces.context.FacesContext context,
                               String targetId)
指定コンポーネントに対応するラベルの文字列を検索して返します。

パラメータ:
context - FacesContext
targetId - 対象となるコンポーネントID
戻り値:
ラベルの文字列


Copyright © 2006 - Egeyama Project