| org.apache.lenya.cms.cocoon.source.ZipSourceFactory
ZipSourceFactory | public class ZipSourceFactory extends AbstractLogEnabled implements SourceFactory,ThreadSafe,Serviceable(Code) | | Implementation of a
Source that gets its content from
and ZIP archive.
A ZIP source can be reached using the zip:// pseudo-protocol. The syntax is
zip://myFile.xml@myZip.zip (zip://[file]@[archive])
author: Reinhard Poetz version: CVS $Id: ZipSourceFactory.java 30932 2004-07-29 17:35:38Z vgritsenko $ since: 2.1.4 |
ZIP_SOURCE_SCHEME | final public static String ZIP_SOURCE_SCHEME(Code) | | The URL scheme, including the colon.
|
manager | protected ServiceManager manager(Code) | | |
release | public void release(Source source)(Code) | | |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | |
|
|