List of usage examples for com.liferay.portal.kernel.portlet PortletClassLoaderUtil setServletContextName
public static void setServletContextName(String servletContextName)
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"); }