Serialized Form


Package com.sun.facelets

Class com.sun.facelets.FaceletException extends FacesException implements Serializable

serialVersionUID: 1L


Package com.sun.facelets.el

Class com.sun.facelets.el.DefaultFunctionMapper extends javax.el.FunctionMapper implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.sun.facelets.el.LegacyMethodBinding extends MethodBinding implements Serializable

serialVersionUID: 1L

Serialized Fields

m

javax.el.MethodExpression m
Deprecated. 

Class com.sun.facelets.el.LegacyValueBinding extends ValueBinding implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Deprecated. 
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Deprecated. 
Throws:
IOException

Class com.sun.facelets.el.TagMethodExpression extends javax.el.MethodExpression implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.sun.facelets.el.TagValueExpression extends javax.el.ValueExpression implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package com.sun.facelets.tag

Class com.sun.facelets.tag.TagAttributeException extends FaceletException implements Serializable

serialVersionUID: 1L

Class com.sun.facelets.tag.TagException extends FaceletException implements Serializable

serialVersionUID: 1L


Package com.sun.facelets.tag.jstl.core

Class com.sun.facelets.tag.jstl.core.IndexedValueExpression extends javax.el.ValueExpression implements Serializable

serialVersionUID: 1L

Serialized Fields

i

Integer i

orig

javax.el.ValueExpression orig

Class com.sun.facelets.tag.jstl.core.IteratedValueExpression extends javax.el.ValueExpression implements Serializable

serialVersionUID: 1L

Serialized Fields

orig

javax.el.ValueExpression orig

value

Object value

Class com.sun.facelets.tag.jstl.core.IterationStatus extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

index

int index

first

boolean first

last

boolean last

begin

Integer begin

end

Integer end

step

Integer step

Class com.sun.facelets.tag.jstl.core.IterationStatusExpression extends javax.el.ValueExpression implements Serializable

serialVersionUID: 1L

Serialized Fields

status

IterationStatus status

Class com.sun.facelets.tag.jstl.core.MappedValueExpression extends javax.el.ValueExpression implements Serializable

serialVersionUID: 1L

Serialized Fields

key

Object key

orig

javax.el.ValueExpression orig



Copyright © 2005 All Rights Reserved.