Uses of Package
org.spiderwiz.zutils
Package | Description |
---|---|
org.spiderwiz.admin.data |
Classes used by SpiderAdmin.
|
org.spiderwiz.core |
Core classes of the Spiderwiz framework.
|
org.spiderwiz.zutils |
Various utility classes used by the Spiderwiz framework.
|
-
Classes in org.spiderwiz.zutils used by org.spiderwiz.admin.data Class Description ZDate Extension ofDate
that provides extra utility fields and methods. -
Classes in org.spiderwiz.zutils used by org.spiderwiz.core Class Description ZConfig A class that manages application configuration files.ZDate Extension ofDate
that provides extra utility fields and methods.ZDispenser Used byZBuffer
to dispense buffered objects.ZLog Provides logging mechanism. -
Classes in org.spiderwiz.zutils used by org.spiderwiz.zutils Class Description ZConfig A class that manages application configuration files.ZConfig.PropertySheet Represents all the properties defined in a configuration file as anArrayList
.ZDate Extension ofDate
that provides extra utility fields and methods.ZDictionary Equivalent ofZHashMap<String,String>
with some utility methods.ZDispenser Used byZBuffer
to dispense buffered objects.ZHashMap A synchronized implementation ofHashMap
.ZHashSet A synchronized implementation ofHashSet
.ZHtml.Anchor Represents an anchor node (<a>
).ZHtml.Div Represents a div element (<div>
).ZHtml.Document Represents the root node of an HTML document.ZHtml.Heading Represents a heading tag with a given level (<h
level>
).ZHtml.Node Represents an HTML node.ZHtml.Paragraph Represents a text paragraph (<p>
).ZHtml.Row Represents a table row node (<tr>
).ZHtml.Table Represents a table node (<table>
).ZHtml.TextNode Represents a generic node that can be incrementally loaded with anything from plain text to nodes of other types.ZLog Provides logging mechanism.ZMail An interface for mail sending implementations.ZModInteger Represents an integer number with a defined modulo base.ZSMTPMail.Mode Defines SMTP security protocols.Ztrings Extension ofZHashSet<String>
with some utility methods.