| org.apache.cocoon.components.source.impl.ZipSourceFactory
ZipSourceFactory | public class ZipSourceFactory extends AbstractLogEnabled implements SourceFactory,ThreadSafe,Serviceable(Code) | | Implementation of a
Source that gets its content from
a ZIP archive.
A ZIP source can be obtained using the zip: pseudo-protocol.
The syntax for protocol is
zip:[archive-url]!/[file-path]
Where, archive-url can be any supported Cocoon URL, and
file-path is the path to the file within archive.
author: Reinhard Poetz version: CVS $Id: ZipSourceFactory.java 517444 2007-03-12 22:49:37Z joerg $ since: 2.1.8 |
release | public void release(Source source)(Code) | | |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | |
|
|