Uses of Class
sunlabs.brazil.util.StringMap
-
Packages that use StringMap Package Description sunlabs.brazil.asterisk sunlabs.brazil.handler sunlabs.brazil.sunlabs sunlabs.brazil.util sunlabs.brazil.util.http -
-
Uses of StringMap in sunlabs.brazil.asterisk
Subclasses of StringMap in sunlabs.brazil.asterisk Modifier and Type Class Description static class
AsteriskHandler.AmiStringMap
This class is built on top of the StringMap class and adds methods for reading Asterisk ManagerInterface replies.Methods in sunlabs.brazil.asterisk with parameters of type StringMap Modifier and Type Method Description static java.lang.String
AsteriskHandler.AmiStringMap. commandify(StringMap map, java.lang.String id)
Constructors in sunlabs.brazil.asterisk with parameters of type StringMap Constructor Description AmiStringMap(StringMap map)
-
Uses of StringMap in sunlabs.brazil.handler
Methods in sunlabs.brazil.handler that return StringMap Modifier and Type Method Description StringMap
HtmlRewriter. getMap()
Return a copy of the StringMap of attributes.Methods in sunlabs.brazil.handler with parameters of type StringMap Modifier and Type Method 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)
-
Uses of StringMap in sunlabs.brazil.sunlabs
Methods in sunlabs.brazil.sunlabs that return StringMap Modifier and Type Method Description StringMap
XmlTree.Node. getAttributes()
Constructors in sunlabs.brazil.sunlabs with parameters of type StringMap Constructor Description Node(java.lang.String tag, boolean singleton, StringMap attributes, XmlTree.Node parent, int type, int index)
-
Uses of StringMap in sunlabs.brazil.util
Methods in sunlabs.brazil.util that return StringMap Modifier and Type Method Description StringMap
LexML. getAttributes()
Gets the name/value pairs in the body of the current tag as a table.Methods in sunlabs.brazil.util with parameters of type StringMap Modifier and Type Method Description void
StringMap. append(StringMap other, boolean noReplace)
Append another Stringmap onto this one. -
Uses of StringMap in sunlabs.brazil.util.http
Subclasses of StringMap in sunlabs.brazil.util.http Modifier and Type Class Description class
MimeHeaders
This class is build on top of theStringMap
class and provides added methods that are of help when manipulating MIME headers.
-