Serialized Form


Package sunlabs.brazil.handler

Class sunlabs.brazil.handler.DialogHandler extends Applet implements Serializable

Serialized Fields

frame_1

Panel frame_1
 

ok

Button ok
 

title

Label title
 

cancel

Button cancel
 

isMine

MatchString isMine

prefix

String prefix

f

Frame f
 

screen

Dimension screen
 

abort

boolean abort
 

message

String message
 

Class sunlabs.brazil.handler.UrlMapperHandler.MapProperties extends Properties implements Serializable

Serialized Fields

realProps

Properties realProps

dict

Dictionary dict

extra

Properties extra

Package sunlabs.brazil.properties

Class sunlabs.brazil.properties.ExprProps extends Properties implements Serializable

Serialized Fields

c

Calculator c

request

Request request

calculating

boolean calculating

Class sunlabs.brazil.properties.PropertiesList extends Properties implements Serializable

Serialized Fields

wrapped

Dictionary wrapped

searchNextFirst

boolean searchNextFirst

next

PropertiesList next

prior

PropertiesList prior

Class sunlabs.brazil.properties.SubstPropsHandler.SubstProps extends Properties implements Serializable

Serialized Fields

r

Request r

Package sunlabs.brazil.servlet

Class sunlabs.brazil.servlet.BrazilServlet extends GenericServlet implements Serializable

Serialized Fields

socket

ServerSocket socket

handler

String handler

props

Properties props

server

Server server

initok

boolean initok

Package sunlabs.brazil.sunlabs

Class sunlabs.brazil.sunlabs.MiscTemplate.GlobProperties extends Properties implements Serializable

Serialized Fields

realProps

Properties realProps

dflt

String dflt

name

String name

subStr

String[] subStr

Class sunlabs.brazil.sunlabs.ValidateTemplate.GlobProperties extends Properties implements Serializable

Serialized Fields

realProps

Properties realProps

name

String name

subStr

String[] subStr

Class sunlabs.brazil.sunlabs.XmlTree.IllegalXmlException extends IllegalArgumentException implements Serializable

Serialized Fields

errors

Vector errors

Package sunlabs.brazil.template

Class sunlabs.brazil.template.BSLTemplate extends Template implements Serializable

Serialized Fields

tagPrefix

String tagPrefix

Class sunlabs.brazil.template.ChangedTemplate extends Template implements Serializable

Serialized Fields

check

boolean check

changed

Hashtable changed

url

URL url

newToken

String newToken

changedToken

String changedToken

unchangedToken

String unchangedToken

always

String always

Class sunlabs.brazil.template.DebugTemplate extends Template implements Serializable

Class sunlabs.brazil.template.HighlightTemplate extends Template implements Serializable

Serialized Fields

sub

String sub

matchCase

boolean matchCase

re

Regexp re

lastExp

String lastExp

exp

String exp

dont

int dont

inHighlight

boolean inHighlight

inNoHighlight

boolean inNoHighlight

Class sunlabs.brazil.template.ModifiedTemplate extends Template implements Serializable

Serialized Fields

modified

long modified

Class sunlabs.brazil.template.MultipartSetTemplate extends SetTemplate implements Serializable

Class sunlabs.brazil.template.PropsTemplate extends Template implements Serializable

Class sunlabs.brazil.template.SetTemplate extends Template implements Serializable

Serialized Fields

mustMatch

String mustMatch

prefix

String prefix

session

String session

sessionTable

String sessionTable

querySet

String querySet

allowServer

boolean allowServer

noSet

boolean noSet

current

String current

remember

Vector remember

Package sunlabs.brazil.util.http

Class sunlabs.brazil.util.http.HttpRequest.TimeoutException extends IOException implements Serializable


Package sunlabs.brazil.util.regexp

Class sunlabs.brazil.util.regexp.Regexp extends Object implements Serializable

Serialized Fields

program

char[] program
The bytecodes making up the regexp program.


ignoreCase

boolean ignoreCase
Whether the regexp matching should be case insensitive.


npar

int npar
The number of parenthesized subexpressions in the regexp pattern, plus 1 for the match of the whole pattern itself.


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.


startChar

int startChar

must

String must


Version Kenai-svn-r24, Generated 08/18/09
Copyright (c) 2001-2009, Sun Microsystems.