|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.file.transformation.DummyTransformation
public class DummyTransformation
Dummy transformation, only responsible to copy input stream to output stream in case of any error occurring during file transformation.
Constructor Summary | |
---|---|
DummyTransformation(java.io.InputStream content)
|
Method Summary | |
---|---|
void |
transform(java.io.OutputStream outputStream)
Performs the file transformation using the outputStream parameter as target
of the file transformations. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DummyTransformation(java.io.InputStream content)
Method Detail |
---|
public void transform(java.io.OutputStream outputStream) throws PortalException
ITransformation
outputStream
parameter as target
of the file transformations.
transform
in interface ITransformation
outputStream
- the writer to be transformed.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |