org.apache.myfaces.config
Class ManagedBeanBuilder
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REQUEST
public static final String REQUEST
- See Also:
- Constant Field Values
VIEW
public static final String VIEW
- See Also:
- Constant Field Values
APPLICATION
public static final String APPLICATION
- See Also:
- Constant Field Values
SESSION
public static final String SESSION
- See Also:
- Constant Field Values
NONE
public static final String NONE
- See Also:
- Constant Field Values
ManagedBeanBuilder
public ManagedBeanBuilder()
buildManagedBean
public Object buildManagedBean(FacesContext facesContext,
ManagedBean beanConfiguration)
throws FacesException
- Throws:
FacesException
coerceToType
public static <T> T coerceToType(FacesContext facesContext,
Object value,
Class<? extends T> desiredClass)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.