Class WebsitePhp2Builder
- java.lang.Object
-
- com.openindex.openestate.tool.agency.export.AbstractPhpBuilder<WebsitePhp2Format>
-
- com.openindex.openestate.tool.agency.export.WebsitePhp2Builder
-
public class WebsitePhp2Builder extends AbstractPhpBuilder<WebsitePhp2Format>
WebsitePhp2Builder.- Author:
- Andreas Rudolph
-
-
Field Summary
Fields Modifier and Type Field Description static StringASSETS_DIRstatic StringCACHE_DIRstatic StringCONFIG_PHPstatic StringCUSTOM_CSSstatic StringDATA_DIRstatic StringINCLUDE_DIRstatic StringLANGUAGE_PHPstatic StringLOCALE_DIRstatic StringOBJECT_PHPstatic StringTERMS_PHPstatic StringTEXTS_PHPstatic StringTHEMES_DIR-
Fields inherited from class com.openindex.openestate.tool.agency.export.AbstractPhpBuilder
HTACCESS, INDEX_HTML
-
-
Constructor Summary
Constructors Constructor Description WebsitePhp2Builder(WebsitePhp2Format format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringbuildConfigPhp(AgentImpl agent, File configFile)Konfigurationen in Config.php übernehmen.voidwrite(TransferImpl transfer, ExportContext context, DbAgencyExpose expose)-
Methods inherited from class com.openindex.openestate.tool.agency.export.AbstractPhpBuilder
buildLanguagePhp, buildObjectPdf, buildObjectPdf, buildObjectPhp, buildObjectTextsPhp, buildTermsPhp, buildTranslationPhp, extractScripts, getFormat, initLanguagePhpValues, initObjectPhpValues, initObjectTextsPhpValues, initTermsPhpValues, initTranslationPhpValues, lookupContact, lookupEstate, readResource, readResource, replaceVariable, saveResource, saveText, writeAddress, writeArrayLine, writeArrayLine, writeArrayLine, writeArrayLine, writeArrayLine, writeArrayLine, writeArrayNode, writeArrayNode, writeHtaccess, writeIndexHtml
-
-
-
-
Field Detail
-
CACHE_DIR
public static final String CACHE_DIR
- See Also:
- Constant Field Values
-
DATA_DIR
public static final String DATA_DIR
- See Also:
- Constant Field Values
-
INCLUDE_DIR
public static final String INCLUDE_DIR
- See Also:
- Constant Field Values
-
ASSETS_DIR
public static final String ASSETS_DIR
- See Also:
- Constant Field Values
-
THEMES_DIR
public static final String THEMES_DIR
- See Also:
- Constant Field Values
-
LOCALE_DIR
public static final String LOCALE_DIR
- See Also:
- Constant Field Values
-
LANGUAGE_PHP
public static final String LANGUAGE_PHP
- See Also:
- Constant Field Values
-
TERMS_PHP
public static final String TERMS_PHP
- See Also:
- Constant Field Values
-
OBJECT_PHP
public static final String OBJECT_PHP
- See Also:
- Constant Field Values
-
TEXTS_PHP
public static final String TEXTS_PHP
- See Also:
- Constant Field Values
-
CONFIG_PHP
public static final String CONFIG_PHP
- See Also:
- Constant Field Values
-
CUSTOM_CSS
public static final String CUSTOM_CSS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WebsitePhp2Builder
public WebsitePhp2Builder(WebsitePhp2Format format)
-
-
Method Detail
-
buildConfigPhp
protected String buildConfigPhp(AgentImpl agent, File configFile) throws IOException
Konfigurationen in Config.php übernehmen.- Throws:
IOException
-
write
public void write(TransferImpl transfer, ExportContext context, DbAgencyExpose expose) throws IOException, SQLException
- Specified by:
writein classAbstractPhpBuilder<WebsitePhp2Format>- Throws:
IOExceptionSQLException
-
-