Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nextapp.echoservlet.util: Javadoc index of package nextapp.echoservlet.util.


Package Samples:

nextapp.echoservlet.util: Provides the core functionality of the Echo Application Container.  

Classes:

PeerFactory: Generates "peer" objects for objects based on associations. Associations are stored in a properties files, where the keys are the fully qualified class names of objects and the values are the fully qualified class names of their peers. When an object is passed to the createPeer() method its peer will be returned based on the bindings in the properties file. An objects superclass(es) will also be tested for available peers if none is available for the derived class. If no peer is found, a PeerFactoryException is thrown.
Version: Utility class for comparing version numbers in String format. This class may be used to determine if a version number is greater than another to make a hypothesis about whether the version is compatible with a requirement.
PropertyMap: A Map that is generated from a properties file. This class provides additional methods for returning properties as String s or arrays of String s.
Delimiter: Converts arrays to Strings , adding a specified delimiter between elements.
JavaScriptCompressor: Compresses the size of JavaScript resource files by removing comments and white space.
Resource: Provides functionality for obtaining text and binary resource files.
Extensions: Determines ContentType based on file extensions.
StringUtil: A utility class for working with String s.
ContentType: A representation of a content type.

Home | Contact Us | Privacy Policy | Terms of Service