Uses of Class
sunlabs.brazil.util.StringMap
Packages that use StringMap
Package
Description
-
Uses of StringMap in sunlabs.brazil.asterisk
Subclasses of StringMap in sunlabs.brazil.asteriskModifier and TypeClassDescriptionstatic class
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 StringMapModifier and TypeMethodDescriptionstatic String
AsteriskHandler.AmiStringMap.commandify
(StringMap map, String id) Constructors in sunlabs.brazil.asterisk with parameters of type StringMap -
Uses of StringMap in sunlabs.brazil.handler
Methods in sunlabs.brazil.handler that return StringMapModifier and TypeMethodDescriptionHtmlRewriter.getMap()
Return a copy of the StringMap of attributes.Methods in sunlabs.brazil.handler with parameters of type StringMapModifier and TypeMethodDescriptionstatic void
SMTPHandler.smtp
(String fromHost, String smtpHost, String from, String to, String body, StringMap headers) Send an email message via smtp - simple version.static void
SMTPHandler.smtp
(String fromHost, String smtpHost, String from, String to, String body, StringMap headers, Server server) -
Uses of StringMap in sunlabs.brazil.sunlabs
Methods in sunlabs.brazil.sunlabs that return StringMapConstructors in sunlabs.brazil.sunlabs with parameters of type StringMapModifierConstructorDescriptionNode
(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 StringMapModifier and TypeMethodDescriptionLexML.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 -
Uses of StringMap in sunlabs.brazil.util.http
Subclasses of StringMap in sunlabs.brazil.util.httpModifier and TypeClassDescriptionclass
This class is build on top of theStringMap
class and provides added methods that are of help when manipulating MIME headers.