Serialized Form


Package javax.faces

Class javax.faces.FacesException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

The underlying exception that caused this exception.


Package javax.faces.application

Class javax.faces.application.FacesMessage extends java.lang.Object implements Serializable

serialVersionUID: -1180773928220076822L

Serialized Fields

severity

FacesMessage.Severity severity

summary

java.lang.String summary

detail

java.lang.String detail

Class javax.faces.application.ViewExpiredException extends FacesException implements Serializable

Serialized Fields

viewId

java.lang.String viewId

The view identifier of the view that could not be restored.


Package javax.faces.convert

Class javax.faces.convert.ConverterException extends FacesException implements Serializable

Serialized Fields

facesMessage

FacesMessage facesMessage

Package javax.faces.el

Class javax.faces.el.EvaluationException extends FacesException implements Serializable

Class javax.faces.el.MethodNotFoundException extends EvaluationException implements Serializable

Class javax.faces.el.PropertyNotFoundException extends EvaluationException implements Serializable

Class javax.faces.el.ReferenceSyntaxException extends EvaluationException implements Serializable


Package javax.faces.event

Class javax.faces.event.AbortProcessingException extends FacesException implements Serializable

Class javax.faces.event.ActionEvent extends FacesEvent implements Serializable

Class javax.faces.event.FacesEvent extends java.util.EventObject implements Serializable

Serialized Fields

phaseId

PhaseId phaseId

Class javax.faces.event.PhaseEvent extends java.util.EventObject implements Serializable

Serialized Fields

context

FacesContext context

phaseId

PhaseId phaseId

Class javax.faces.event.ValueChangeEvent extends FacesEvent 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.


Package javax.faces.model

Class javax.faces.model.DataModelEvent extends java.util.EventObject implements Serializable

Serialized Fields

data

java.lang.Object data

index

int index

Class javax.faces.model.SelectItem extends java.lang.Object implements Serializable

serialVersionUID: 876782311414654999L

Serialized Fields

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.

Class javax.faces.model.SelectItemGroup extends SelectItem implements Serializable

Serialized Fields

selectItems

SelectItem[] selectItems

Package javax.faces.validator

Class javax.faces.validator.ValidatorException extends FacesException implements Serializable

Serialized Fields

message

FacesMessage message

Package javax.faces.webapp

Class javax.faces.webapp.AttributeTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -7782950243436672334L

Serialized Fields

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.

Class javax.faces.webapp.ConverterELTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Class javax.faces.webapp.ConverterTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -5909792518081427720L

Serialized Fields

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.

Class javax.faces.webapp.FacetTag extends javax.servlet.jsp.tagext.TagSupport 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.webapp.ValidatorELTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Class javax.faces.webapp.ValidatorTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -5562623615418158868L

Serialized Fields

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.