Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.renderer.filter
Class ImageFilter.NntpImageResult

java.lang.Object
  extended by com.jivesoftware.forum.renderer.filter.ImageFilter.NntpImageResult
Enclosing class:
ImageFilter

public static class ImageFilter.NntpImageResult
extends java.lang.Object

Simple class that contains both a parsed NNTP message, as well as a mapping between CID values (String) and the attachment that is associated with that CID (Attachment).


Constructor Summary
ImageFilter.NntpImageResult(java.lang.String result, java.util.Map cidMap)
           
 
Method Summary
 java.util.Map getCidMap()
           
 java.lang.String getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFilter.NntpImageResult

public ImageFilter.NntpImageResult(java.lang.String result,
                                   java.util.Map cidMap)
Method Detail

getResult

public java.lang.String getResult()

getCidMap

public java.util.Map getCidMap()

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.