Uses of Class
org.webmacro.ResourceException

Packages that use ResourceException
org.webmacro   
org.webmacro.resource What's in this directory: -- Classes that relate to resources made available in the WebMacro system. 
org.webmacro.servlet   
org.webmacro.util   
 

Uses of ResourceException in org.webmacro
 

Subclasses of ResourceException in org.webmacro
 class NotFoundException
          You asked for something that is not currently available.
 

Methods in org.webmacro that throw ResourceException
 Template WebMacro.getTemplate(java.lang.String key)
          Retrieve a template from the "template" provider.
 java.lang.String WebMacro.getURL(java.lang.String url)
          Retrieve the contents of a URL as a String.
 void WebMacro.writeTemplate(java.lang.String templateName, java.io.OutputStream out, Context context)
          Convienence method for writing a template to an OutputStream.
 void WebMacro.writeTemplate(java.lang.String templateName, java.io.OutputStream out, java.lang.String encoding, Context context)
          Convienence method for writing a template to an OutputStream.
 Template WM.getTemplate(java.lang.String key)
          Retrieve a template from the "template" provider.
 java.lang.String WM.getURL(java.lang.String url)
          Retrieve a URL from the "url" provider.
 void WM.writeTemplate(java.lang.String templateName, java.io.OutputStream out, Context context)
          Convenience method for writing a template to an OutputStream.
 void WM.writeTemplate(java.lang.String templateName, java.io.OutputStream out, java.lang.String encoding, Context context)
          Convienence method for writing a template to an OutputStream.
 java.lang.Object Provider.get(java.lang.String query)
          Get the object associated with the specified query
 java.lang.Object Broker.get(java.lang.String type, java.lang.String query)
          Look up query against a provider using its integer type handle.
 java.lang.Object Broker.getValue(java.lang.String type, java.lang.String query)
          Deprecated. call get(String,String) instead
 

Uses of ResourceException in org.webmacro.resource
 

Subclasses of ResourceException in org.webmacro.resource
 class InvalidResourceException
          Resource exists but could not be loaded for some reason
 

Methods in org.webmacro.resource that throw ResourceException
 java.lang.Object UrlProvider.load(java.lang.String name, CacheElement ce)
          Load a URL from the specified name and return it.
 java.lang.Object URLTemplateProvider.load(java.lang.String name, CacheElement ce)
          Grab a template based on its name, setting the request event to contain it if we found it.
 java.lang.Object URLTemplateProvider.load(java.lang.String name, java.net.URL base)
          Find the specified template in the directory managed by this template store.
 java.lang.Object TrivialCacheManager.get(java.lang.Object query, ResourceLoader helper)
           
 java.lang.Object TemplateProvider.load(java.lang.String name, CacheElement ce)
          Grab a template based on its name.
 Template TemplatePathTemplateLoader.load(java.lang.String query, CacheElement ce)
           
 java.lang.Object StaticSMapCacheManager.get(java.lang.Object query, ResourceLoader helper)
          Get the object associated with the specific query, first trying to look it up in a cache.
 java.lang.Object StaticIdentityCacheManager.get(java.lang.Object query, ResourceLoader helper)
          Get the object associated with the specific query, first trying to look it up in a cache.
 Template ServletContextTemplateLoader.load(java.lang.String query, CacheElement ce)
           
 java.lang.Object SMapCacheManager.get(java.lang.Object query, ResourceLoader helper)
          Get the object associated with the specific query, first trying to look it up in a cache.
 java.lang.Object HMapCacheManager.get(java.lang.Object query, ResourceLoader helper)
          Get the object associated with the specific query, first trying to look it up in a cache.
 java.lang.Object GenerationalCacheManager.get(java.lang.Object query, ResourceLoader helper)
          Get the cached value and load it if it is not present or reloading is required.
 Template FileTemplateLoader.load(java.lang.String query, CacheElement ce)
          Tries to load a template by interpreting query as a path relative to the path set by setPath.
 java.lang.Object DelegatingTemplateProvider.load(java.lang.String query, CacheElement ce)
          Ask all template loaders to load a template from query.
 Template ClassPathTemplateLoader.load(java.lang.String query, CacheElement ce)
           
 java.lang.Object BrokerTemplateProviderHelper.load(java.lang.String name, CacheElement ce)
          Grab a template based on its name.
 java.lang.Object BrokerTemplateProviderHelper.load(java.lang.Object query, CacheElement ce)
          We don't implement this one
 java.lang.Object CachingProvider.get(java.lang.String query)
          Get the object associated with the specific query, using the specified cache manager.
 java.lang.Object CachingProvider.load(java.lang.Object query, CacheElement ce)
           
 java.lang.Object BrokerTemplateProvider.load(java.lang.String name, CacheElement ce)
           
 Template BrokerTemplateLoader.load(java.lang.String query, CacheElement ce)
           
 Template TemplateLoaderHelper.load(java.io.File file, CacheElement ce)
          Load a template from a file.
 Template TemplateLoaderHelper.load(java.net.URL url, CacheElement ce)
          Load a template from an url.
 Template TemplateLoader.load(java.lang.String query, CacheElement ce)
          Try to load a template.
 java.lang.Object ResourceLoader.load(java.lang.String query, CacheElement ce)
          Load an object from permanent storage (or construct it) on demand.
 java.lang.Object ResourceLoader.load(java.lang.Object query, CacheElement ce)
          Load an object from permanent storage (or construct it) on demand.
 java.lang.Object CacheManager.get(java.lang.Object query, ResourceLoader helper)
          Called to get a resource from the cache.
 

Uses of ResourceException in org.webmacro.servlet
 

Methods in org.webmacro.servlet that throw ResourceException
 Template WMServlet.getTemplate(java.lang.String key)
          Retrieve a template from the "template" provider.
 java.lang.String WMServlet.getURL(java.lang.String url)
          Retrieve a URL.
 void WMServlet.writeTemplate(java.lang.String templateName, java.io.OutputStream out, Context context)
          Convenience method for writing a template to an OutputStream.
 void WMServlet.writeTemplate(java.lang.String templateName, java.io.OutputStream out, java.lang.String encoding, Context context)
          Convienence method for writing a template to an OutputStream.
 TemplateTool.MacroTemplate TemplateTool.MacroTemplateFactory.fromFile(java.lang.String fileRef)
          Creates a MacroTemplate from a file reference with a new context.
 

Uses of ResourceException in org.webmacro.util
 

Methods in org.webmacro.util that throw ResourceException
 java.lang.Object EncoderProvider.get(java.lang.String encoding)
          Get the object associated with the specified query.
 java.lang.Object Encoder.load(java.lang.Object query, CacheElement ce)
          Load an object from permanent storage (or construct it) on demand.
 java.lang.Object Encoder.load(java.lang.String query, CacheElement ce)