org.apache.myfaces.config
Class ManagedBeanBuilder

java.lang.Object
  extended by org.apache.myfaces.config.ManagedBeanBuilder

public class ManagedBeanBuilder
extends Object

Create and initialize managed beans

Author:
Oliver Rossmueller (latest modification by $Author: lu4242 $), Anton Koinov

Constructor Summary
ManagedBeanBuilder()
           
 
Method Summary
 Object buildManagedBean(FacesContext facesContext, ManagedBean beanConfiguration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedBeanBuilder

public ManagedBeanBuilder()
Method Detail

buildManagedBean

public Object buildManagedBean(FacesContext facesContext,
                               ManagedBean beanConfiguration)
                        throws FacesException
Throws:
FacesException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.