Liferay 7.0-ce-m2

com.liferay.portal.util
Class InitUtil

java.lang.Object
  extended by com.liferay.portal.util.InitUtil

public class InitUtil
extends Object


Constructor Summary
InitUtil()
           
 
Method Summary
static void init()
           
static void initWithSpring()
           
static void initWithSpring(boolean force)
           
static void initWithSpring(boolean force, List<String> extraConfigLocations)
           
static void initWithSpring(List<String> extraConfigLocations)
           
static void initWithSpringAndModuleFramework()
           
static void initWithSpringAndModuleFramework(boolean force, List<String> configLocations)
           
static void initWithSpringAndModuleFramework(boolean force, List<String> configLocations, boolean addDefaultConfigLocations)
           
static void initWithSpringAndModuleFramework(List<String> configLocations)
           
static void stopModuleFramework()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitUtil

public InitUtil()
Method Detail

init

public static void init()

initWithSpring

public static void initWithSpring()

initWithSpring

public static void initWithSpring(boolean force)

initWithSpring

public static void initWithSpring(boolean force,
                                  List<String> extraConfigLocations)

initWithSpring

public static void initWithSpring(List<String> extraConfigLocations)

initWithSpringAndModuleFramework

public static void initWithSpringAndModuleFramework()

initWithSpringAndModuleFramework

public static void initWithSpringAndModuleFramework(boolean force,
                                                    List<String> configLocations)

initWithSpringAndModuleFramework

public static void initWithSpringAndModuleFramework(boolean force,
                                                    List<String> configLocations,
                                                    boolean addDefaultConfigLocations)

initWithSpringAndModuleFramework

public static void initWithSpringAndModuleFramework(List<String> configLocations)

stopModuleFramework

public static void stopModuleFramework()

Liferay 7.0-ce-m2