ResourceLoader2
@Deprecated public abstract class ResourceLoader extends ResourceLoader2
className, isCachingOn, log, modificationCheckInterval, rsvc
Constructor and Description |
---|
ResourceLoader()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
commonInit(RuntimeServices rs,
org.apache.commons.collections.ExtendedProperties configuration)
Deprecated.
|
Reader |
getResourceReader(String source,
String encoding)
Deprecated.
Get the Reader that the Runtime will parse
to create a template.
|
abstract InputStream |
getResourceStream(String source)
Deprecated.
|
void |
init(org.apache.commons.collections.ExtendedProperties configuration)
Deprecated.
|
buildReader, commonInit, getClassName, getLastModified, getModificationCheckInterval, init, isCachingOn, isSourceModified, resourceExists, setCachingOn, setModificationCheckInterval
@Deprecated public void commonInit(RuntimeServices rs, org.apache.commons.collections.ExtendedProperties configuration)
ResourceLoader2.commonInit(RuntimeServices, ExtProperties)
rs
- configuration
- @Deprecated public void init(org.apache.commons.collections.ExtendedProperties configuration)
ResourceLoader2.init(ExtProperties)
configuration
- @Deprecated public abstract InputStream getResourceStream(String source) throws ResourceNotFoundException
getResourceReader(String, String)
source
- ResourceNotFoundException
public Reader getResourceReader(String source, String encoding) throws ResourceNotFoundException
getResourceReader
in class ResourceLoader2
source
- ResourceNotFoundException
Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.