Uses of Interface
org.webmacro.Provider

Packages that use Provider
org.webmacro   
org.webmacro.directive   
org.webmacro.engine   
org.webmacro.resource   
org.webmacro.util   
 

Uses of Provider in org.webmacro
 

Methods in org.webmacro that return Provider
 Provider Broker.getProvider(java.lang.String type)
          Get a provider
 

Methods in org.webmacro with parameters of type Provider
 void Broker.addProvider(Provider p, java.lang.String pType)
          Register a new provider, calling its getType() method to find out what type of requests it wants to serve.
 

Uses of Provider in org.webmacro.directive
 

Classes in org.webmacro.directive that implement Provider
 class DirectiveProvider
          Utility class to assist in the creation of directives.
 

Uses of Provider in org.webmacro.engine
 

Classes in org.webmacro.engine that implement Provider
 class ParserProvider
          Utility class to assist in the creation of directives.
 

Uses of Provider in org.webmacro.resource
 

Classes in org.webmacro.resource that implement Provider
 class BrokerTemplateProvider
          The BrokerTemplateProvider loads templates through Broker.getResource().
 class CachingProvider
          CacheManager is an abstract base class for providers which wish to implement caching functionality.
 class ConfigProvider
          A very simple provider which simply takes the config information passed to it by the broker and returns it.
 class TemplateProvider
          The TemplateProvider is the WebMacro class responsible for loading templates.
 class UrlProvider
          This is the canonical provider for mapping URLs to Handlers.
 class URLTemplateProvider
          This is a "drop-in" replacement for the standard TemplateProvider in the WebMacro distribution.
 

Uses of Provider in org.webmacro.util
 

Classes in org.webmacro.util that implement Provider
 class EncoderProvider
          A provider which dispenses Encoders, which are used for encoding Strings and caching the results.