Serialized Form
Package com.sun.jsfcl.app |
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.
context
javax.faces.context.FacesContext context
The FacesContext
instance for the request this
AbstractPageBean
is associated with.
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.
Package com.sun.jsfcl.data |
Package com.sun.rave.faces.data |
cache
java.util.Map cache
The cached Row
information, keyed by row index
(wrapped in a java.lang.Integer
.
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
columns
DataCache.Column[] columns
deleted
boolean deleted