tomp.ext.transform
Class Transformation2File

java.lang.Object
  |
  +--tomp.ext.Base
        |
        +--tomp.ext.Transformation
              |
              +--tomp.ext.transform.Transformation2Stream
                    |
                    +--tomp.ext.transform.Transformation2File

public class Transformation2File
extends Transformation2Stream


Field Summary
 
Fields inherited from class tomp.ext.Transformation
result, source, transformer
 
Fields inherited from class tomp.ext.Base
action, application, status, STATUS, STATUS_ABORTED, STATUS_IN_PROCESSING, STATUS_NOT_PROCESSED, STATUS_READY, STATUS_READY_INVALID, STATUS_READY_VALID, validator
 
Constructor Summary
Transformation2File(Action action, java.lang.String id, Validator v, Source src, Style sty, java.io.File file)
           
 
Methods inherited from class tomp.ext.transform.Transformation2Stream
close
 
Methods inherited from class tomp.ext.Transformation
setContentType, setParameter, update
 
Methods inherited from class tomp.ext.Base
abortProcessing, commitProcessing, getAsRawSource, getAsSource, id, isReady, isValid, startProcessing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transformation2File

public Transformation2File(Action action,
                           java.lang.String id,
                           Validator v,
                           Source src,
                           Style sty,
                           java.io.File file)
                    throws java.io.IOException,
                           EXTException