public interface DeploymentTransportOutputFilter
FilterInputStream,
org.alfresco.deployment.transformers.ZipCompressionTransformer,
DeploymentTransportInputFilter| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
addFilter(java.io.OutputStream out,
java.lang.String path,
java.lang.String encoding,
java.lang.String mimeType)
Add a filter to transform the payload of a deployment.
|
java.io.OutputStream addFilter(java.io.OutputStream out,
java.lang.String path,
java.lang.String encoding,
java.lang.String mimeType)
out - the output stream being filtered.encoding - the encoding of the filemimeType - the mimeType of the filepath - the path of the fileCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.