|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xml.sax.helpers.DefaultHandler org.quartz.xml.JobSchedulingDataProcessor org.springframework.scheduling.quartz.ResourceJobSchedulingDataProcessor
public class ResourceJobSchedulingDataProcessor
Subclass of Quartz' JobSchedulingDataProcessor that considers given filenames as Spring resource locations.
ResourceLoader
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.quartz.xml.JobSchedulingDataProcessor |
---|
JobSchedulingDataProcessor.CalendarRuleSet, JobSchedulingDataProcessor.DateConverter, JobSchedulingDataProcessor.MisfireInstructionRule, JobSchedulingDataProcessor.SimpleConverterRule, JobSchedulingDataProcessor.TimeZoneConverter, JobSchedulingDataProcessor.TriggerRuleSet |
Field Summary |
---|
Constructor Summary | |
---|---|
ResourceJobSchedulingDataProcessor()
|
Method Summary | |
---|---|
protected InputStream |
getInputStream(String fileName)
|
void |
setResourceLoader(ResourceLoader resourceLoader)
Set the ResourceLoader that this object runs in. |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceJobSchedulingDataProcessor()
Method Detail |
---|
public void setResourceLoader(ResourceLoader resourceLoader)
ResourceLoaderAware
This might be a ResourcePatternResolver, which can be checked
through instanceof ResourcePatternResolver
. See also the
ResourcePatternUtils.getResourcePatternResolver
method.
Invoked after population of normal bean properties but before an init callback
like InitializingBean's afterPropertiesSet
or a custom init-method.
Invoked before ApplicationContextAware's setApplicationContext
.
setResourceLoader
in interface ResourceLoaderAware
resourceLoader
- ResourceLoader object to be used by this objectResourcePatternResolver
,
ResourcePatternUtils.getResourcePatternResolver(org.springframework.core.io.ResourceLoader)
protected InputStream getInputStream(String fileName)
getInputStream
in class JobSchedulingDataProcessor
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |