com.ibm.portal.spa.parser
Interface StaticPageZipParser
- All Superinterfaces:
- Disposable, StaticPageFilter
public interface StaticPageZipParser
- extends StaticPageFilter
Parses a ZipInputStream for all entries that match the (locale
independent) filename pattern and produces callbacks to the assigned
StaticPageContentHandler. These callbacks will only contain the
instances defined in the markup files in the ZIP and represent the merged set
of these instances.
- Since:
- 6.1.0
Method Summary |
void
| parse(java.lang.String fileName,
java.util.zip.ZipInputStream in)
Parse a file inside of a ZipInputStream.
|
parse
void parse(java.lang.String fileName,
java.util.zip.ZipInputStream in)
throws java.io.IOException
- Parse a file inside of a ZipInputStream.
- Parameters:
- in - the ZIP input stream that contains the files
- Throws:
- java.io.IOException - -
if an IO exception occurs