static ContentEngineConfiguration |
ContentEngineConfiguration.createContentEngineConfigurationFromInputStream(InputStream inputStream) |
static ContentEngineConfiguration |
ContentEngineConfiguration.createContentEngineConfigurationFromInputStream(InputStream inputStream,
String beanName) |
static ContentEngineConfiguration |
ContentEngineConfiguration.createContentEngineConfigurationFromResource(String resource) |
static ContentEngineConfiguration |
ContentEngineConfiguration.createContentEngineConfigurationFromResource(String resource,
String beanName) |
static ContentEngineConfiguration |
ContentEngineConfiguration.createContentEngineConfigurationFromResourceDefault() |
static ContentEngineConfiguration |
ContentEngineConfiguration.createStandaloneContentEngineConfiguration() |
static ContentEngineConfiguration |
ContentEngineConfiguration.createStandaloneInMemContentEngineConfiguration() |
ContentEngineConfiguration |
ContentEngineConfiguration.getContentEngineConfiguration() |
ContentEngineConfiguration |
ContentEngine.getContentEngineConfiguration() |
ContentEngineConfiguration |
ContentEngineConfiguration.setClock(Clock clock) |
ContentEngineConfiguration |
ContentEngineConfiguration.setContentItemDataManager(ContentItemDataManager contentItemDataManager) |
ContentEngineConfiguration |
ContentEngineConfiguration.setContentItemEntityManager(ContentItemEntityManager contentItemEntityManager) |
ContentEngineConfiguration |
ContentEngineConfiguration.setContentManagementService(ContentManagementService contentManagementService) |
ContentEngineConfiguration |
ContentEngineConfiguration.setContentRootFolder(String contentRootFolder) |
ContentEngineConfiguration |
ContentEngineConfiguration.setContentService(ContentService contentService) |
ContentEngineConfiguration |
ContentEngineConfiguration.setContentStorage(ContentStorage contentStorage) |
ContentEngineConfiguration |
ContentEngineConfiguration.setCreateContentRootFolder(boolean createContentRootFolder) |
ContentEngineConfiguration |
ContentEngineConfiguration.setCustomMybatisMappers(Set<Class<?>> customMybatisMappers) |
ContentEngineConfiguration |
ContentEngineConfiguration.setCustomMybatisXMLMappers(Set<String> customMybatisXMLMappers) |
ContentEngineConfiguration |
ContentEngineConfiguration.setCustomSessionFactories(List<SessionFactory> customSessionFactories) |
ContentEngineConfiguration |
ContentEngineConfiguration.setDatabaseCatalog(String databaseCatalog) |
ContentEngineConfiguration |
ContentEngineConfiguration.setDatabaseSchema(String databaseSchema) |
ContentEngineConfiguration |
ContentEngineConfiguration.setDatabaseSchemaUpdate(String databaseSchemaUpdate) |
ContentEngineConfiguration |
ContentEngineConfiguration.setDatabaseTablePrefix(String databaseTablePrefix) |
ContentEngineConfiguration |
ContentEngineConfiguration.setDatabaseType(String databaseType) |
ContentEngineConfiguration |
ContentEngineConfiguration.setDataSource(DataSource dataSource) |
ContentEngineConfiguration |
ContentEngineConfiguration.setDataSourceJndiName(String dataSourceJndiName) |
ContentEngineConfiguration |
ContentEngineConfiguration.setEngineName(String contentEngineName) |
ContentEngineConfiguration |
ContentEngineConfiguration.setJdbcDefaultTransactionIsolationLevel(int jdbcDefaultTransactionIsolationLevel) |
ContentEngineConfiguration |
ContentEngineConfiguration.setJdbcDriver(String jdbcDriver) |
ContentEngineConfiguration |
ContentEngineConfiguration.setJdbcMaxActiveConnections(int jdbcMaxActiveConnections) |
ContentEngineConfiguration |
ContentEngineConfiguration.setJdbcMaxCheckoutTime(int jdbcMaxCheckoutTime) |
ContentEngineConfiguration |
ContentEngineConfiguration.setJdbcMaxIdleConnections(int jdbcMaxIdleConnections) |
ContentEngineConfiguration |
ContentEngineConfiguration.setJdbcMaxWaitTime(int jdbcMaxWaitTime) |
ContentEngineConfiguration |
ContentEngineConfiguration.setJdbcPassword(String jdbcPassword) |
ContentEngineConfiguration |
ContentEngineConfiguration.setJdbcPingConnectionNotUsedFor(int jdbcPingConnectionNotUsedFor) |
ContentEngineConfiguration |
ContentEngineConfiguration.setJdbcPingEnabled(boolean jdbcPingEnabled) |
ContentEngineConfiguration |
ContentEngineConfiguration.setJdbcPingQuery(String jdbcPingQuery) |
ContentEngineConfiguration |
ContentEngineConfiguration.setJdbcUrl(String jdbcUrl) |
ContentEngineConfiguration |
ContentEngineConfiguration.setJdbcUsername(String jdbcUsername) |
ContentEngineConfiguration |
ContentEngineConfiguration.setSessionFactories(Map<Class<?>,SessionFactory> sessionFactories) |
ContentEngineConfiguration |
ContentEngineConfiguration.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory sqlSessionFactory) |
ContentEngineConfiguration |
ContentEngineConfiguration.setTableDataManager(TableDataManager tableDataManager) |
ContentEngineConfiguration |
ContentEngineConfiguration.setTablePrefixIsSchema(boolean tablePrefixIsSchema) |
ContentEngineConfiguration |
ContentEngineConfiguration.setTransactionFactory(org.apache.ibatis.transaction.TransactionFactory transactionFactory) |
ContentEngineConfiguration |
ContentEngineConfiguration.setUsingRelationalDatabase(boolean usingRelationalDatabase) |