|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package javax.faces |
---|
Class javax.faces.FacesException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
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 |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Reconstruct FacesMessage
from
serialized artifacts.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
Persist FacesMessage
artifacts,
including the non serializable Severity
.
IOException
Serialized Fields |
---|
FacesMessage.Severity severity
String summary
String detail
boolean rendered
Class javax.faces.application.ViewExpiredException extends FacesException implements Serializable |
---|
Serialized Fields |
---|
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
Package javax.faces.convert |
---|
Class javax.faces.convert.ConverterException extends FacesException implements Serializable |
---|
Serialized Fields |
---|
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
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
Class javax.faces.event.PhaseEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
FacesContext context
PhaseId phaseId
Class javax.faces.event.PostAddToViewEvent extends ComponentSystemEvent implements Serializable |
---|
serialVersionUID: -1113592223476173895L
Class javax.faces.event.PostAddToViewNonPDLEvent extends PostAddToViewEvent implements Serializable |
---|
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 |
---|
Object oldValue
The previous local value of the source UIComponent
.
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 |
---|
Object data
int index
Class javax.faces.model.SelectItem extends Object implements Serializable |
---|
serialVersionUID: 876782311414654999L
Serialized Fields |
---|
String description
boolean disabled
String label
Object value
boolean escape
boolean noSelectionOption
Class javax.faces.model.SelectItemGroup extends SelectItem implements Serializable |
---|
Serialized Fields |
---|
SelectItem[] selectItems
Package javax.faces.validator |
---|
Class javax.faces.validator.ValidatorException extends FacesException implements Serializable |
---|
Serialized Fields |
---|
FacesMessage message
Collection<E> messages
Package javax.faces.view |
---|
Class javax.faces.view.Location extends Object implements Serializable |
---|
Serialized Fields |
---|
String path
int line
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 |
---|
String name
The name of the attribute to be created, if not already present.
String value
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 |
---|
String converterId
The identifier of the Converter
instance to be created.
String binding
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 |
---|
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 |
---|
String validatorId
The identifier of the Validator
instance to be created.
String binding
The ValueExpression
that evaluates to an object that
implements Validator
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |