|
|||||||||||
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
Subclass of Quartz' JobSchedulingDataProcessor that considers given filenames as Spring resource locations.
ResourceLoader
Nested Class Summary | |
static class |
ResourceJobSchedulingDataProcessor.JobSchedulingDataInitializationException
Exception to be thrown if a resource cannot be loaded. |
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
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 objectprotected InputStream getInputStream(String fileName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |