Class ContentHandlerResult

  • All Implemented Interfaces:
    Serializable, Cloneable, Map

    public class ContentHandlerResult
    extends HashMap
    implements Serializable
    All of VirtualViewer's content handler API's methods have a return type of ContentHandlerResult. This class is designed to be a flexible class that allows multiple types of data to be returned. Its public methods are identical to a java.util.HashMap. This allows future features to be added, and current code fixed, without changes to the existing content handler API.
    See Also:
    Serialized Form