Serialized Form

Class com.sun.jsfcl.app.AbstractApplicationBean extends FacesBean implements Serializable

Serialized Fields

encoding

java.lang.String[][] encoding

Mapping from the String version of the Locale for this response to the corresponding character encoding. For each row, the first String is the value returned by the toString() method for the java.util.Locale for the current view, and the second String is the name of the character encoding to be used.

Only locales that use an encoding other than the default (UTF-8) need to be listed here.


Class com.sun.jsfcl.app.AbstractPageBean extends FacesBean implements Serializable

Serialized Fields

context

javax.faces.context.FacesContext context

The FacesContext instance for the request this AbstractPageBean is associated with.


Class com.sun.jsfcl.app.AbstractRequestBean extends FacesBean implements Serializable


Class com.sun.jsfcl.app.AbstractSessionBean extends FacesBean implements Serializable


Class com.sun.jsfcl.data.DataCache extends java.lang.Object implements Serializable

Serialized Fields

cache

java.util.Map cache

The cached Row information, keyed by row index (wrapped in a java.lang.Integer.


Class com.sun.jsfcl.data.DataCache.Column extends java.lang.Object implements Serializable

Serialized Fields

key

java.lang.String key

original

java.lang.Object original

sqlType

int sqlType

javaType

java.lang.Class javaType

replacement

java.lang.Object replacement

schemaName

java.lang.String schemaName

tableName

java.lang.String tableName

updated

boolean updated


Class com.sun.jsfcl.data.DataCache.Row extends java.util.AbstractMap implements Serializable

Serialized Fields

columns

DataCache.Column[] columns

deleted

boolean deleted


Class com.sun.jsfcl.data.DefaultSelectItemsArray extends java.util.ArrayList implements Serializable


Class com.sun.jsfcl.app.FacesBean extends java.lang.Object implements Serializable


Class com.sun.jsfcl.app.ViewHandlerImpl extends javax.faces.application.ViewHandler implements Serializable

Serialized Fields

handler

javax.faces.application.ViewHandler handler

The ViewHandler instance to which we delegate operations.


mapper

PageBeanMapper mapper

The PageBeanMapper used to identify the page bean that corresponds to a view identifier. This instance is lazily instantiated, so use getPageBeanMapper() to acquire a reference.