Example usage for org.springframework.context.support DefaultLifecycleProcessor subclass-usage

List of usage examples for org.springframework.context.support DefaultLifecycleProcessor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.context.support DefaultLifecycleProcessor subclass-usage.

Usage

From source file org.archive.spring.HeritrixLifecycleProcessor.java

/**
 * Stand-in LifecycleProcessor to avoid a full automatic start() when our 
 * ApplicationContext (PathSharingContext) is built ('refreshed'). 
 * (That is, it restores the Spring 2.5 behavior.)
 * 
 * @contributor gojomo