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 String
ASSETS_DIR
static String
CACHE_DIR
static String
CONFIG_PHP
static String
CUSTOM_CSS
static String
DATA_DIR
static String
INCLUDE_DIR
static String
LANGUAGE_PHP
static String
LOCALE_DIR
static String
OBJECT_PHP
static String
TERMS_PHP
static String
TEXTS_PHP
static String
THEMES_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 String
buildConfigPhp(AgentImpl agent, File configFile)
Konfigurationen in Config.php übernehmen.void
write(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:
write
in classAbstractPhpBuilder<WebsitePhp2Format>
- Throws:
IOException
SQLException
-
-