org.zkoss.jsf.zul.util
Class ContextUtil

java.lang.Object
  extended by org.zkoss.jsf.zul.util.ContextUtil

public class ContextUtil
extends java.lang.Object

a utitlity for JSF context

Author:
Dennis.Chen

Constructor Summary
ContextUtil()
           
 
Method Summary
static java.lang.Object getBean(java.lang.String name)
          get Bean from current faces context;
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextUtil

public ContextUtil()
Method Detail

getBean

public static java.lang.Object getBean(java.lang.String name)
get Bean from current faces context;

Parameters:
name - bean name
Returns:
instance of bean by bean name.


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.