Serialized Form


Package javax.faces

Class javax.faces.FacesException extends RuntimeException implements Serializable

Serialized Fields

cause

Throwable cause

The underlying exception that caused this exception.


Package javax.faces.application

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

serialVersionUID: -1180773928220076822L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

Reconstruct FacesMessage from serialized artifacts.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException

Persist FacesMessage artifacts, including the non serializable Severity.

Throws:
IOException
Serialized Fields

severity

FacesMessage.Severity severity

summary

String summary

detail

String detail

rendered

boolean rendered

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

Serialized Fields

viewId

String viewId

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


Package javax.faces.component

Class javax.faces.component.UpdateModelException extends FacesException implements Serializable

serialVersionUID: 6081145672680351218L

Serialized Fields

facesMessage

FacesMessage facesMessage

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.AjaxBehaviorEvent extends BehaviorEvent implements Serializable

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

Serialized Fields

behavior

Behavior behavior

Class javax.faces.event.ComponentSystemEvent extends SystemEvent implements Serializable

serialVersionUID: -4726746661822507506L

Class javax.faces.event.ExceptionQueuedEvent extends SystemEvent implements Serializable

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

Serialized Fields

phaseId

PhaseId phaseId

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

Serialized Fields

context

FacesContext context

phaseId

PhaseId phaseId

Class javax.faces.event.PostAddToViewEvent extends ComponentSystemEvent implements Serializable

serialVersionUID: -1113592223476173895L

Class javax.faces.event.PostConstructApplicationEvent extends SystemEvent implements Serializable

serialVersionUID: -3918703770970591309L

Class javax.faces.event.PostConstructCustomScopeEvent extends SystemEvent implements Serializable

Class javax.faces.event.PostConstructViewMapEvent extends ComponentSystemEvent implements Serializable

serialVersionUID: 8684338297976265379L

Class javax.faces.event.PostRestoreStateEvent extends ComponentSystemEvent implements Serializable

serialVersionUID: -1007196479122154347L

Class javax.faces.event.PostValidateEvent extends ComponentSystemEvent implements Serializable

Class javax.faces.event.PreDestroyApplicationEvent extends SystemEvent implements Serializable

serialVersionUID: 8105212785161493162L

Class javax.faces.event.PreDestroyCustomScopeEvent extends SystemEvent implements Serializable

Class javax.faces.event.PreDestroyViewMapEvent extends ComponentSystemEvent implements Serializable

serialVersionUID: 4470489935758914483L

Class javax.faces.event.PreRemoveFromViewEvent extends ComponentSystemEvent implements Serializable

Class javax.faces.event.PreRenderComponentEvent extends ComponentSystemEvent implements Serializable

Class javax.faces.event.PreRenderViewEvent extends ComponentSystemEvent implements Serializable

Class javax.faces.event.PreValidateEvent extends ComponentSystemEvent implements Serializable

Class javax.faces.event.SystemEvent extends EventObject implements Serializable

serialVersionUID: 2696415667461888462L

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

Serialized Fields

oldValue

Object oldValue

The previous local value of the source UIComponent.


newValue

Object newValue

The current local value of the source UIComponent.


Package javax.faces.model

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

Serialized Fields

data

Object data

index

int index

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

serialVersionUID: 876782311414654999L

Serialized Fields

description

String description

disabled

boolean disabled

label

String label

value

Object value

escape

boolean escape
Holds value of property escape.


noSelectionOption

boolean noSelectionOption

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

messages

Collection<E> messages

Package javax.faces.view

Class javax.faces.view.Location extends Object implements Serializable

Serialized Fields

path

String path

line

int line

column

int column

Package javax.faces.view.facelets

Class javax.faces.view.facelets.FaceletException extends FacesException implements Serializable

serialVersionUID: 1L

Class javax.faces.view.facelets.TagAttributeException extends FaceletException implements Serializable

serialVersionUID: 1L

Class javax.faces.view.facelets.TagException extends FaceletException implements Serializable

serialVersionUID: 1L


Package javax.faces.webapp

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

serialVersionUID: -7782950243436672334L

Serialized Fields

name

String name
Deprecated. 

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


value

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

String converterId
Deprecated. 

The identifier of the Converter instance to be created.


binding

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

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

String validatorId
Deprecated. 

The identifier of the Validator instance to be created.


binding

String binding
Deprecated. 

The ValueExpression that evaluates to an object that implements Validator.



Copyright © 2002-2009 Sun Microsystems, Inc. All Rights Reserved.