Serialized Form
cause
java.lang.Throwable cause
The underlying exception that caused this exception.
|
Package javax.faces.application |
serialVersionUID: -1180773928220076822L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
Reconstruct FacesMessage from
serialized artifacts.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
Persist FacesMessage artifacts,
including the non serializable Severity.
- Throws:
java.io.IOException
severity
FacesMessage.Severity severity
summary
java.lang.String summary
detail
java.lang.String detail
viewId
java.lang.String viewId
The view identifier of the view that could not be restored.
|
Package javax.faces.convert |
facesMessage
FacesMessage facesMessage
|
Package javax.faces.event |
phaseId
PhaseId phaseId
context
FacesContext context
phaseId
PhaseId phaseId
oldValue
java.lang.Object oldValue
The previous local value of the source UIComponent.
newValue
java.lang.Object newValue
The current local value of the source UIComponent.
|
Package javax.faces.model |
data
java.lang.Object data
index
int index
serialVersionUID: 876782311414654999L
description
java.lang.String description
disabled
boolean disabled
label
java.lang.String label
value
java.lang.Object value
escape
boolean escape
- Holds value of property escape.
selectItems
SelectItem[] selectItems
|
Package javax.faces.validator |
message
FacesMessage message
|
Package javax.faces.webapp |
serialVersionUID: -7782950243436672334L
name
java.lang.String name
- Deprecated.
The name of the attribute to be created, if not already present.
value
java.lang.String value
- Deprecated.
The value to be associated with this attribute, if it is created.
serialVersionUID: -5909792518081427720L
converterId
java.lang.String converterId
- Deprecated.
The identifier of the Converter instance to be created.
binding
java.lang.String binding
- Deprecated.
The ValueExpression that evaluates to an object that
implements Converter.
name
java.lang.String name
The name of this facet. This will be used as the facet name for
our UIComponentTag child in our UIComponentTag
parent's facet list.
serialVersionUID: -5562623615418158868L
validatorId
java.lang.String validatorId
- Deprecated.
The identifier of the Validator instance to be created.
binding
java.lang.String binding
- Deprecated.
The ValueExpression that evaluates to an object that
implements Validator.
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.