Example usage for com.liferay.portal.configuration ConfigurationFactoryImpl ConfigurationFactoryImpl

List of usage examples for com.liferay.portal.configuration ConfigurationFactoryImpl ConfigurationFactoryImpl

Introduction

In this page you can find the example usage for com.liferay.portal.configuration ConfigurationFactoryImpl ConfigurationFactoryImpl.

Prototype

ConfigurationFactoryImpl

Source Link

Usage

From source file:com.liferay.sync.model.SyncDLObjectUpdateTest.java

License:Open Source License

@Before
public void setUp() throws Exception {
    ConfigurationFactoryUtil.setConfigurationFactory(new ConfigurationFactoryImpl());

    JSONFactoryUtil jsonFactoryUtil = new JSONFactoryUtil();

    jsonFactoryUtil.setJSONFactory(new JSONFactoryImpl());

    PortletClassLoaderUtil.setServletContextName("sync-web");
}