Uses of Class
sunlabs.brazil.util.StringMap

Packages that use StringMap
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
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
static java.lang.String AsteriskHandler.AmiStringMap.commandify(StringMap map, java.lang.String id)
           
 

Constructors in sunlabs.brazil.asterisk with parameters of type StringMap
AsteriskHandler.AmiStringMap(StringMap map)
           
 

Uses of StringMap in sunlabs.brazil.handler
 

Methods in sunlabs.brazil.handler that return StringMap
 StringMap HtmlRewriter.getMap()
          Return a copy of the StringMap of attributes.
 

Methods in sunlabs.brazil.handler with parameters of type StringMap
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
 StringMap XmlTree.Node.getAttributes()
           
 

Constructors in sunlabs.brazil.sunlabs with parameters of type StringMap
XmlTree.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
 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
 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
 class MimeHeaders
          This class is build on top of the StringMap class and provides added methods that are of help when manipulating MIME headers.