|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.velocity.runtime.resource.loader.ResourceLoader
org.apache.velocity.tools.view.WebappResourceLoader
org.apache.velocity.tools.view.servlet.WebappLoader
WebappResourceLoader
instead.
@Deprecated public class WebappLoader
This is basically an empty subclass of WebappResourceLoader
that exists
merely for backwards compatibility with VelocityTools 1.x. Please
use WebappResourceLoader
directly, as this may be removed
in VelocityTools 2.1.
Field Summary |
---|
Fields inherited from class org.apache.velocity.tools.view.WebappResourceLoader |
---|
paths, servletContext, templatePaths |
Fields inherited from class org.apache.velocity.runtime.resource.loader.ResourceLoader |
---|
className, isCachingOn, log, modificationCheckInterval, rsvc |
Constructor Summary | |
---|---|
WebappLoader()
Deprecated. |
Method Summary |
---|
Methods inherited from class org.apache.velocity.tools.view.WebappResourceLoader |
---|
getLastModified, getResourceStream, init, isSourceModified |
Methods inherited from class org.apache.velocity.runtime.resource.loader.ResourceLoader |
---|
commonInit, getClassName, getModificationCheckInterval, isCachingOn, setCachingOn, setModificationCheckInterval |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebappLoader()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |