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

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.AjaxBehavior extends Object implements Serializable

Serialized Fields

onerror

String onerror

onevent

String onevent

events

String events

execute

Collection<E> execute

render

Collection<E> render

disabled

Boolean disabled

Class javax.faces.component.AjaxBehaviors extends Object implements Serializable

Serialized Fields

ajaxBehaviors

LinkedList<E> ajaxBehaviors

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.AfterAddToParentEvent extends ComponentSystemEvent implements Serializable

serialVersionUID: -5706460518363094948L

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

serialVersionUID: -1113592223476173895L

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

serialVersionUID: -1007196479122154347L

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

serialVersionUID: -3918703770970591309L

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

serialVersionUID: 8105212785161493162L

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

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

serialVersionUID: -4726746661822507506L

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

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

Serialized Fields

phaseId

PhaseId phaseId

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

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

Serialized Fields

context

FacesContext context

phaseId

PhaseId phaseId

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.

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

serialVersionUID: 8684338297976265379L

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

serialVersionUID: 4470489935758914483L


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

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.


Package javax.faces.webapp.pdl.facelets

Class javax.faces.webapp.pdl.facelets.FaceletException extends FacesException implements Serializable

serialVersionUID: 1L


Package javax.faces.webapp.pdl.facelets.tag

Class javax.faces.webapp.pdl.facelets.tag.TagAttributeException extends FaceletException implements Serializable

serialVersionUID: 1L

Class javax.faces.webapp.pdl.facelets.tag.TagException extends FaceletException implements Serializable

serialVersionUID: 1L



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