net.sf.exorcist.multi
Class MultiConverter

java.lang.Object
  extended by net.sf.exorcist.multi.MultiConverter
All Implemented Interfaces:
ContentConverter

public class MultiConverter
extends java.lang.Object
implements ContentConverter


Constructor Summary
MultiConverter()
           
 
Method Summary
 void convertContent(ContentState state)
          Converts content from a source content model to a target content model.
 void setConverters(java.util.List converters)
          Sets the list of converter components.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiConverter

public MultiConverter()
Method Detail

setConverters

public void setConverters(java.util.List converters)
Sets the list of converter components.

Parameters:
converters - converter components

convertContent

public void convertContent(ContentState state)
                    throws ContentException
Converts content from a source content model to a target content model.

Specified by:
convertContent in interface ContentConverter
Parameters:
state - the content state snapshot to be populated
Throws:
ContentException - if the selected content could not be converted


Copyright © 2005 The Exorcist Team @ SourceForge. All Rights Reserved.