net.sourceforge.smile.el
Class ManagedBeanCreationFacility

java.lang.Object
  extended bynet.sourceforge.smile.el.ManagedBeanCreationFacility

public class ManagedBeanCreationFacility
extends java.lang.Object

Author:
codehawk This class implements the managed bean creation facility as described by the JSF specs.

Method Summary
static ManagedBeanCreationFacility getInstance()
           
 java.lang.Object getManagedBean(java.lang.String managedBeanName)
          This operation is responsible for checking that the named managed bean has or has not bean created before, and if not creates, and stored the managed bean under it's configured scope.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ManagedBeanCreationFacility getInstance()

getManagedBean

public java.lang.Object getManagedBean(java.lang.String managedBeanName)
                                throws ManagedBeanCreationException
This operation is responsible for checking that the named managed bean has or has not bean created before, and if not creates, and stored the managed bean under it's configured scope.

Parameters:
managedBeanName - the managed bean name to find/create.
Returns:
Throws:
ManagedBeanCreationException