luxor.template
Class BuiltInTemplateResourceLoader

java.lang.Object
  |
  +--ResourceLoader
        |
        +--luxor.template.BuiltInTemplateResourceLoader

public class BuiltInTemplateResourceLoader
extends ResourceLoader

See Also:
Serialized Form

Constructor Summary
BuiltInTemplateResourceLoader()
           
 
Method Summary
 long getLastModified(Resource resource)
           
 java.io.InputStream getResourceStream(java.lang.String templateName)
           
 void init(ExtendedProperties configuration)
          Called by Velocity to initialize the loader
 boolean isSourceModified(Resource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuiltInTemplateResourceLoader

public BuiltInTemplateResourceLoader()
Method Detail

getLastModified

public long getLastModified(Resource resource)

getResourceStream

public java.io.InputStream getResourceStream(java.lang.String templateName)
                                      throws ResourceNotFoundException
ResourceNotFoundException

isSourceModified

public boolean isSourceModified(Resource resource)

init

public void init(ExtendedProperties configuration)
Called by Velocity to initialize the loader



Copyright © 2001, 2002 Gerald Bauer. All Rights Reserved. Hosted by SourceForge Logo