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 classAsteriskHandler.AmiStringMapThis 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.StringAsteriskHandler.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 StringMapHtmlRewriter. 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 voidSMTPHandler. 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 voidSMTPHandler. 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 StringMapXmlTree.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 StringMapLexML. 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 voidStringMap. 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 classMimeHeadersThis class is build on top of theStringMapclass and provides added methods that are of help when manipulating MIME headers.
-