Uses of Interface
org.norther.tammi.spray.engine.resource.ResourceResolver

Packages that use ResourceResolver
org.norther.tammi.spray.engine.resource   
org.norther.tammi.spray.freemarker   
org.norther.tammi.spray.velocity   
 

Uses of ResourceResolver in org.norther.tammi.spray.engine.resource
 

Classes in org.norther.tammi.spray.engine.resource that implement ResourceResolver
 class AbstractResourceResolver
          An abstract implementation of ResourceResolver.
 class ClassPathResourceResolver
          A simple resolver that will resolve resources from the class path.
 class FileResourceResolver
          A resource resolver for resources stored in the file system.
 class JarResourceResolver
          A jar resource resolver that recognizes directories.
 class PropertyResourceResolver
          A property resource resolver treating localized properties as resources.
 

Uses of ResourceResolver in org.norther.tammi.spray.freemarker
 

Methods in org.norther.tammi.spray.freemarker with parameters of type ResourceResolver
 void DefaultTemplateLoader.addResolver(ResourceResolver res)
          Adds a new resolver.
 

Uses of ResourceResolver in org.norther.tammi.spray.velocity
 

Constructors in org.norther.tammi.spray.velocity with parameters of type ResourceResolver
ResourceLoaderWrapper(ResourceResolver res)
          Constructs a new wrapper.
 



Copyright © 2004 The Norther Organization. All rights reserved.