Serialized Form
-
Package sunlabs.brazil.handler
-
Class sunlabs.brazil.handler.DialogHandler
class DialogHandler extends Applet implements Serializable -
Class sunlabs.brazil.handler.UrlMapperHandler.MapProperties
class MapProperties extends Properties implements Serializable-
Serialized Fields
-
dict
Dictionary dict
-
extra
Properties extra
-
realProps
Properties realProps
-
-
-
-
Package sunlabs.brazil.properties
-
Class sunlabs.brazil.properties.ExprProps
class ExprProps extends Properties implements Serializable-
Serialized Fields
-
c
Calculator c
-
calculating
boolean calculating
-
request
Request request
-
-
-
Class sunlabs.brazil.properties.PropertiesList
class PropertiesList extends Properties implements Serializable-
Serialized Fields
-
next
PropertiesList next
-
prior
PropertiesList prior
-
searchNextFirst
boolean searchNextFirst
-
wrapped
Dictionary wrapped
-
-
-
Class sunlabs.brazil.properties.SubstPropsHandler.SubstProps
class SubstProps extends Properties implements Serializable-
Serialized Fields
-
r
Request r
-
-
-
-
Package sunlabs.brazil.session
-
Class sunlabs.brazil.session.PropertiesCacheManager
class PropertiesCacheManager extends CacheManager implements Serializable
-
-
Package sunlabs.brazil.sunlabs
-
Class sunlabs.brazil.sunlabs.MiscTemplate.GlobProperties
class GlobProperties extends Properties implements Serializable-
Serialized Fields
-
dflt
String dflt
-
name
String name
-
realProps
Properties realProps
-
subStr
String[] subStr
-
-
-
Class sunlabs.brazil.sunlabs.ValidateTemplate.GlobProperties
class GlobProperties extends Properties implements Serializable-
Serialized Fields
-
name
String name
-
realProps
Properties realProps
-
subStr
String[] subStr
-
-
-
Exception Class sunlabs.brazil.sunlabs.XmlTree.IllegalXmlException
class IllegalXmlException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
errors
Vector errors
-
-
-
-
Package sunlabs.brazil.template
-
Class sunlabs.brazil.template.BSLTemplate
class BSLTemplate extends Template implements Serializable-
Serialized Fields
-
tagPrefix
String tagPrefix
-
-
-
Class sunlabs.brazil.template.ChangedTemplate
class ChangedTemplate extends Template implements Serializable -
Class sunlabs.brazil.template.DebugTemplate
class DebugTemplate extends Template implements Serializable -
Class sunlabs.brazil.template.HighlightTemplate
class HighlightTemplate extends Template implements Serializable -
Class sunlabs.brazil.template.ModifiedTemplate
class ModifiedTemplate extends Template implements Serializable-
Serialized Fields
-
modified
long modified
-
-
-
Class sunlabs.brazil.template.MultipartSetTemplate
class MultipartSetTemplate extends SetTemplate implements Serializable -
Class sunlabs.brazil.template.PropsTemplate
class PropsTemplate extends Template implements Serializable -
Class sunlabs.brazil.template.SetTemplate
class SetTemplate extends Template implements Serializable
-
-
Package sunlabs.brazil.util.regexp
-
Class sunlabs.brazil.util.regexp.Regexp
class Regexp extends Object implements Serializable-
Serialized Fields
-
anchored
boolean anchored
true
if the pattern must match the beginning of the string, so we don't have to waste time matching against all possible starting locations in the string. -
ignoreCase
boolean ignoreCase
Whether the regexp matching should be case insensitive. -
must
String must
-
npar
int npar
The number of parenthesized subexpressions in the regexp pattern, plus 1 for the match of the whole pattern itself. -
program
char[] program
The bytecodes making up the regexp program. -
startChar
int startChar
-
-
-