|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Provider | |
org.webmacro | |
org.webmacro.directive | |
org.webmacro.engine | |
org.webmacro.resource | What's in this directory: -- Classes that relate to resources made available in the WebMacro system. |
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 |
DelegatingTemplateProvider
Alternative implementation of a TemplateProvider that uses TemplateLoaders to do the actual work. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |