Package | Description |
---|---|
sunlabs.brazil.asterisk | |
sunlabs.brazil.handler | |
sunlabs.brazil.sunlabs | |
sunlabs.brazil.util | |
sunlabs.brazil.util.http |
Modifier and Type | Class and Description |
---|---|
static class |
AsteriskHandler.AmiStringMap
This class is built on top of the StringMap class and
adds methods for reading Asterisk ManagerInterface replies.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AsteriskHandler.AmiStringMap.commandify(StringMap map,
java.lang.String id) |
Constructor and Description |
---|
AsteriskHandler.AmiStringMap(StringMap map) |
Modifier and Type | Method and Description |
---|---|
StringMap |
HtmlRewriter.getMap()
Return a copy of the StringMap of attributes.
|
Modifier and Type | Method and Description |
---|---|
static void |
SMTPHandler.smtp(java.lang.String fromHost,
java.lang.String smtpHost,
java.lang.String from,
java.lang.String to,
java.lang.String body,
StringMap headers)
Send an email message via smtp - simple version.
|
static void |
SMTPHandler.smtp(java.lang.String fromHost,
java.lang.String smtpHost,
java.lang.String from,
java.lang.String to,
java.lang.String body,
StringMap headers,
Server server) |
Modifier and Type | Method and Description |
---|---|
StringMap |
XmlTree.Node.getAttributes() |
Constructor and Description |
---|
XmlTree.Node(java.lang.String tag,
boolean singleton,
StringMap attributes,
XmlTree.Node parent,
int type,
int index) |
Modifier and Type | Method and Description |
---|---|
StringMap |
LexML.getAttributes()
Gets the name/value pairs in the body of the current tag as a
table.
|
Modifier and Type | Method and Description |
---|---|
void |
StringMap.append(StringMap other,
boolean noReplace)
Append another Stringmap onto this one.
|
Modifier and Type | Class and Description |
---|---|
class |
MimeHeaders
This class is build on top of the
StringMap class and
provides added methods that are of help when manipulating MIME headers. |