Package org.bonitasoft.engine.page.impl
Class SPageContentHelper
- java.lang.Object
-
- org.bonitasoft.engine.page.impl.SPageContentHelper
-
public class SPageContentHelper extends java.lang.Object- Author:
- Laurent Leseigneur
-
-
Constructor Summary
Constructors Constructor Description SPageContentHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.PropertiesloadPageProperties(byte[] zipContent)java.util.PropertiesloadPageProperties(java.util.Map<java.lang.String,byte[]> content)
-
-
-
Method Detail
-
loadPageProperties
public java.util.Properties loadPageProperties(byte[] zipContent) throws java.io.IOException, SInvalidPageZipMissingPropertiesException- Throws:
java.io.IOExceptionSInvalidPageZipMissingPropertiesException
-
loadPageProperties
public java.util.Properties loadPageProperties(java.util.Map<java.lang.String,byte[]> content) throws SInvalidPageZipMissingPropertiesException, java.io.IOException- Throws:
SInvalidPageZipMissingPropertiesExceptionjava.io.IOException
-
-