Serialized Form

Class javax.faces.event.AbortProcessingException implements Serializable


Class javax.faces.event.ActionEvent implements Serializable


Class javax.faces.webapp.AttributeTag implements Serializable

Serialized Fields

name

java.lang.String name

The name of the attribute to be created, if not already present.


value

java.lang.String value

The value to be associated with this attribute, if it is created.


Class javax.faces.convert.ConverterException implements Serializable

Serialized Fields

facesMessage

javax.faces.application.FacesMessage facesMessage


Class javax.faces.webapp.ConverterTag implements Serializable

Serialized Fields

converterId

java.lang.String converterId

The identifier of the Converter instance to be created.


Class javax.faces.model.DataModelEvent implements Serializable

Serialized Fields

data

java.lang.Object data

index

int index


Class javax.faces.el.EvaluationException implements Serializable


Class javax.faces.event.FacesEvent implements Serializable

Serialized Fields

phaseId

javax.faces.event.PhaseId phaseId


Class javax.faces.FacesException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

The underlying exception that caused this exception.


Class javax.faces.application.FacesMessage implements Serializable

Serialized Fields

severity

FacesMessage.Severity severity

summary

java.lang.String summary

detail

java.lang.String detail


Class javax.faces.webapp.FacetTag implements Serializable

Serialized Fields

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.


Class javax.faces.el.MethodNotFoundException implements Serializable


Class javax.faces.event.PhaseEvent implements Serializable

Serialized Fields

context

javax.faces.context.FacesContext context

phaseId

javax.faces.event.PhaseId phaseId


Class javax.faces.el.PropertyNotFoundException implements Serializable


Class javax.faces.el.ReferenceSyntaxException implements Serializable


Class javax.faces.model.SelectItem implements Serializable

Serialized Fields

description

java.lang.String description

disabled

boolean disabled

label

java.lang.String label

value

java.lang.Object value


Class javax.faces.model.SelectItemGroup implements Serializable

Serialized Fields

selectItems

javax.faces.model.SelectItem[] selectItems


Class javax.faces.validator.ValidatorException implements Serializable

Serialized Fields

message

javax.faces.application.FacesMessage message


Class javax.faces.webapp.ValidatorTag implements Serializable

Serialized Fields

validatorId

java.lang.String validatorId

The identifier of the Validator instance to be created.


Class javax.faces.event.ValueChangeEvent implements Serializable

Serialized Fields

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.



Copyright ? 2002-2004 Sun Microsystems, Inc. All Rights Reserved.