pulse - the web application framework Get pulse at SourceForge.net. Fast, secure and Free Open Source software downloads Ohloh project report for pulse-java

Uses of Class
org.torweg.pulse.invocation.lifecycle.Lifecycle

Packages that use Lifecycle
org.torweg.pulse.invocation.lifecycle provides the Lifecycle and associated resources. 
 

Uses of Lifecycle in org.torweg.pulse.invocation.lifecycle
 

Methods in org.torweg.pulse.invocation.lifecycle that return Lifecycle
static Lifecycle Lifecycle.getInstance()
          Deprecated. 
 

Methods in org.torweg.pulse.invocation.lifecycle with parameters of type Lifecycle
protected static void LifecycleHibernateTasks.addBundleToHibernate(Bundle bundle, Lifecycle lc)
          adds a Bundle to HibernateTM or refreshes the Object with the persisted data.
protected static void LifecycleHibernateTasks.executePostHibernateStartUpSQL(ServletConfig config, Lifecycle lc)
          executes the post HibernateTM startup custom SQL defined in pulse.xml.
protected static Bundle LifecycleBundleTasks.initBundle(java.io.File bundleDir, Lifecycle lc)
          initialises a single bundle.
protected static void LifecycleBundleTasks.initialiseBundles(java.util.List<java.io.File> bundleDirs, Lifecycle lc)
          initialises all bundles.
protected static void LifecycleHibernateTasks.initialiseHibernate(Lifecycle lc)
          Initialises the HibernateDataSource.
protected static void LifecycleHibernateTasks.initialiseHibernate2ndLevelCache(java.io.File cacheConfigFile, org.jdom.Element hibernateConfig, Lifecycle lc)
          initialises the settings for HibernateTM's 2nd level cache.
protected static void LifecycleJAXBTasks.initialiseJAXBContext(Lifecycle lc)
          initialises the global JAXBContext.
protected static void LifecycleHibernateTasks.initialiseRegistries(Lifecycle lc)
          initialises the ContentRegistry, the Sitemap and the AttributeRegistry.
static void LifecycleAccessControlTasks.initialiseUsersAndGroups(Lifecycle lifecycle)
          creates a superuser and the "~Everybody" role, if they do not exist already.
static void LifecycleAttributeTasks.initializeAttributeFactory(Lifecycle lifecycle)
          initialises the AttributeFactory.
protected static void LifecycleBundleTasks.processControllerAnnotations(Lifecycle lc)
          processes the @Permission and @Group controller annotations.
protected static void LifecycleMailQueueTasks.startMailQueue(Lifecycle lc)
          starts the mail queue.
protected static void LifecycleBundleTasks.stopBundles(Lifecycle lc)
          stops all Bundles.
protected static void LifecycleMailQueueTasks.stopMailQueue(Lifecycle lc)
          stops the mail queue.