org.apache.myfaces.config
Class ManagedBeanBuilder

java.lang.Object
  |
  +--org.apache.myfaces.config.ManagedBeanBuilder

public class ManagedBeanBuilder
extends java.lang.Object

Create and initialize managed beans

Author:
Oliver Rossmueller (latest modification by $Author: bdudney $), Anton Koinov $Log: ManagedBeanBuilder.java,v $ Revision 1.5 2005/01/05 16:22:57 bdudney added fail early code so that if you specify a non-existent property in the managed-bean stuff it will fail early instead of a lame error message that leads down a rabit trail. Revision 1.4 2004/10/13 11:50:59 matze renamed packages to org.apache Revision 1.3 2004/10/05 22:34:22 dave0000 bug 1021656 with related improvements Revision 1.2 2004/08/10 10:57:38 manolito fixed StackOverflow in ClassUtils and cleaned up ClassUtils methods Revision 1.1 2004/07/07 00:25:05 o_rossmueller tidy up config/confignew package (moved confignew classes to package config)

Constructor Summary
ManagedBeanBuilder()
           
 
Method Summary
 java.lang.Object buildManagedBean(javax.faces.context.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 java.lang.Object buildManagedBean(javax.faces.context.FacesContext facesContext,
                                         ManagedBean beanConfiguration)
                                  throws javax.faces.FacesException
javax.faces.FacesException