Package helma.util


package helma.util
  • Classes
    Class
    Description
     
    A Map that wraps another map and creates a new copy of the wrapped map if we try to modify it.
    A cron entry, derived from Protomatter's CronEntry class.
     
    This file authenticates against a passwd source
    Compares two lists, returning a list of the additions, changes, and deletions between them.
    A legacy adapter that is compatible to the interface of the old GPL licenced Diff.
    Utility class for empty enum
    An extended Logger that writes to a file and rotates files each midnight.
    This is a utility class to encode special characters and do formatting for HTML output.
    A class for paranoid servers to filter IP addresses.
    A simple logger that writes to a PrintStream such as System.out.
    Implementation of Jakarta Commons LogFactory that supports both simple console logging and logging to files that are rotated and gzipped each night.
    class with byte data of helma logo
     
    This represents a MIME part of a HTTP file upload
    Makes MimeParts usable as Datasources in the Java Activation Framework (JAF)
    A server socket that can allow connections to only a few selected hosts.
    A property dictionary that is updated from property resources
    Utility class for String manipulation.
    Map class used internally by Helma.
    A property dictionary that is updated from a property file each time the file is modified.
    Utility class for timing a series of events
    A proxy to java.net.URLEncoder which only encodes when there is actual work to do.
    A CacheMap subclass that uses WeakHashMaps internally for its rotating tables.
    A Map that wraps another map.