| Home >> All >> org >> websody >> [ util Javadoc ] |
org.websody.util: Javadoc index of package org.websody.util.
Package Samples:
org.websody.util
Classes:
ImageInfo: Allows basic information about a graphic file to be obtained without the overhead of instanciating an image object. This is particularly valuable for servlets and other programs which may not have access to a graphics context, but which may need dimensions etc. to calculate page layout etc. Note that the filename supplied must be accessible to the program, since the file must be partially read.
ObjectPool: Pool of instances of a given class. Helps to minimize the object creation overhead for reusable classes.
ParamSetter: Analyses a class using the reflection API and provides methods to invoke setter methods of classes that follow the java bean design pattern.
Base64: Performs Base64 encoding/decoding as defined in MIME specification .
IO: Collection of some useful I/O helpers like recursive deletion of files.
FileIterator: Provides an iterator for Files based on a java.io.FileFilter.
RegexpFileFilter: FileFilter that can be configured with regular expressions.
XPathGenerator: Generates XPath expressions that uniquely identify a node.
RegexpFileIterator: FileIterator based on a RegexpFileFilter.
MimeType
URI
RequestHelper
Period
| Home | Contact Us | Privacy Policy | Terms of Service |