public class ErrorBean extends BeanBuilder
This doesn't really do anything, aside from being a place holder if the managed bean is configured incorrectly.
BeanBuilder.ExpressionbeanInfo| Constructor and Description |
|---|
ErrorBean(ManagedBeanInfo beanInfo,
List<String> messages) |
ErrorBean(ManagedBeanInfo beanInfo,
String message) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildBean(Object bean,
javax.faces.context.FacesContext context) |
baked, build, destroy, getBakedList, getBakedMap, getBeanClass, getDescriptions, getManagedBeanInfo, getMessages, getScope, hasMessages, initList, initMap, injectResources, invokePostConstruct, isBaked, loadClass, newBeanInstancepublic ErrorBean(ManagedBeanInfo beanInfo, String message)
public ErrorBean(ManagedBeanInfo beanInfo, List<String> messages)
protected void buildBean(Object bean, javax.faces.context.FacesContext context)
buildBean in class BeanBuilderCopyright © 2010–2024 JBoss by Red Hat. All rights reserved.