Package com.sun.faces.mgbean
Class ErrorBean
java.lang.Object
com.sun.faces.mgbean.BeanBuilder
com.sun.faces.mgbean.ErrorBean
public class ErrorBean extends BeanBuilder
This doesn't really do anything, aside from being a place holder if the managed bean is configured incorrectly.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.faces.mgbean.BeanBuilder
BeanBuilder.Expression
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ErrorBean(ManagedBeanInfo beanInfo, String message)
ErrorBean(ManagedBeanInfo beanInfo, List<String> messages)
-
Method Summary
Modifier and Type Method Description protected void
buildBean(Object bean, FacesContext context)
Methods inherited from class com.sun.faces.mgbean.BeanBuilder
baked, build, destroy, getBakedList, getBakedMap, getBeanClass, getDescriptions, getManagedBeanInfo, getMessages, getScope, hasMessages, initList, initMap, injectResources, invokePostConstruct, isBaked, loadClass, newBeanInstance
-
Constructor Details
-
Method Details
-
buildBean
- Specified by:
buildBean
in classBeanBuilder
-