- elements() - Method in class sunlabs.brazil.properties.PropertiesList
-
Invokes the same method on the wrapped Dictionary
object.
- elements() - Method in class sunlabs.brazil.sunlabs.ListTemplate.MyList
-
Return the actual list items.
- elements() - Method in class sunlabs.brazil.sunlabs.XmlTree
-
- elements(XmlTree.Node, Vector) - Static method in class sunlabs.brazil.sunlabs.XmlTree
-
- elements() - Method in class sunlabs.brazil.util.StringMap
-
Returns an enumeration of the values in this StringMap.
- encode(String) - Static method in class sunlabs.brazil.util.Base64
-
base-64 encode a string
- encode(byte[]) - Static method in class sunlabs.brazil.util.Base64
-
base-64 encode a byte array
- encode(byte[], int, int) - Static method in class sunlabs.brazil.util.Base64
-
base-64 encode a byte array
- encoding - Variable in class sunlabs.brazil.filter.SessionFilter
-
- enqueue(String, String, String, String, boolean, boolean) - Static method in class sunlabs.brazil.template.QueueTemplate
-
Deprecated.
- enqueue(String, String, Dictionary, boolean, boolean) - Static method in class sunlabs.brazil.template.QueueTemplate
-
Allow a message to be enqueued from java code.
- entrySet() - Method in class sunlabs.brazil.properties.PropertiesList
-
Invokes the same method on the wrapped Hashtable
object.
- equals(Object) - Method in class sunlabs.brazil.properties.PropertiesList
-
Invokes the same method on the wrapped Hashtable
object.
- errorCount - Variable in class sunlabs.brazil.server.Server
-
Count of errors that occurred so far.
- errors - Variable in exception sunlabs.brazil.sunlabs.XmlTree.IllegalXmlException
-
- ExecFilter - Class in sunlabs.brazil.filter
-
Filter to Run all content through an external process filter.
- ExecFilter() - Constructor for class sunlabs.brazil.filter.ExecFilter
-
- ExecTemplate - Class in sunlabs.brazil.sunlabs
-
template to exec a program, and return its arguments into request
properties .
- ExecTemplate() - Constructor for class sunlabs.brazil.sunlabs.ExecTemplate
-
- exitOnError - Variable in class sunlabs.brazil.server.ChainHandler
-
A flag to require the successfull initialization of all
handlers.
- ExpContentTemplate - Class in sunlabs.brazil.sunlabs
-
Allow extracted content to be filtered through regular expressions.
- ExpContentTemplate() - Constructor for class sunlabs.brazil.sunlabs.ExpContentTemplate
-
- ExprProps - Class in sunlabs.brazil.properties
-
ExprProps
is a subclass of Properties
that
is "smart" in the sense that it wraps a Calculator
object, passing get
and getProperty
keys to
the Calculator
for processing.
- ExprProps() - Constructor for class sunlabs.brazil.properties.ExprProps
-
This constructor creates a Calculator
instance with
this instance of ExprProps
as it's symbol table.
- ExprProps(Properties) - Constructor for class sunlabs.brazil.properties.ExprProps
-
This constructor creates a Calculator
instance with
this instance of ExprProps
as it's symbol table and
with the Properties
instance referenced by the
parameter defaults
as it's set of default values.
- ExprProps(Request) - Constructor for class sunlabs.brazil.properties.ExprProps
-
This constructor creates a Calculator
instance with
request.props
as it's symbol table.
- ExprProps(Request, Properties) - Constructor for class sunlabs.brazil.properties.ExprProps
-
This constructor creates a Calculator
instance with
request.props
as it's symbol table and with the
Properties
instance referenced by the parameter
defaults
as it's set of default values.
- ExprPropsHandler - Class in sunlabs.brazil.properties
-
The ExprPropsHandler
installs an expression evaluator as a
"smart properties" into the current request object, enabling arithmetic and
logical expression evaluation in property name lookups.
- ExprPropsHandler() - Constructor for class sunlabs.brazil.properties.ExprPropsHandler
-
- extract(Properties, String) - Method in class sunlabs.brazil.handler.RePollHandler.Extract
-
Do the extraction
- extract() - Method in class sunlabs.brazil.handler.RePollHandler.Extract
-
- extractAuth(String) - Static method in class sunlabs.brazil.handler.DigestAuthHandler
-
Parse an auth header, placing the results into a Properties object.
- extractQuery(String, Dictionary) - Static method in class sunlabs.brazil.util.http.HttpUtil
-
Turns x-www-form-urlencoded form data into a dictionary.
- extractUrlHost(String) - Static method in class sunlabs.brazil.util.http.HttpUtil
-
Get the host portion of a Url String.
- extractUrlPath(String) - Static method in class sunlabs.brazil.util.http.HttpUtil
-
Get the path portion of a Url String.
- extractUrlPort(String) - Static method in class sunlabs.brazil.util.http.HttpUtil
-
Get the port portion of a Url String as a string.
- extractUrlProtocol(String) - Static method in class sunlabs.brazil.util.http.HttpUtil
-
Get the protocol portion of a Url String.