| Modifier and Type | Method and Description |
|---|---|
protected UriLocator |
RedirectedStreamServletResponseWrapper.newExternalResourceLocator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConfigurableWroManagerFactory.contributeLocators(Map<String,UriLocator> map)
Allow subclasses to contribute with it's own locators.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClasspathUriLocator
Implementation of the
UriLocator that is able to read a resource from a classpath. |
class |
ServletContextUriLocator
UriLocator capable to read the resources relative to servlet context.
|
class |
StandaloneServletContextUriLocator
An extension of
ServletContextUriLocator which is used for standalone (or build-time) solution. |
class |
UrlUriLocator
UriLocator capable to read the resources from some URL.
|
| Modifier and Type | Method and Description |
|---|---|
UriLocator |
UriLocatorFactory.getInstance(String uri) |
UriLocator |
SimpleUriLocatorFactory.getInstance(String uri) |
UriLocator |
InjectableUriLocatorFactoryDecorator.getInstance(String uri) |
UriLocator |
ConfigurableLocatorFactory.getInstance(String uri) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,UriLocator> |
ConfigurableLocatorFactory.getStrategies(LocatorProvider provider) |
List<UriLocator> |
SimpleUriLocatorFactory.getUriLocators() |
| Modifier and Type | Method and Description |
|---|---|
SimpleUriLocatorFactory |
SimpleUriLocatorFactory.addLocator(UriLocator... locators)
Allow adding more than one uriLocators.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleUriLocatorFactory |
SimpleUriLocatorFactory.addLocators(Collection<UriLocator> locators) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,UriLocator> |
LocatorProvider.provideLocators() |
Map<String,UriLocator> |
DefaultLocatorProvider.provideLocators() |
| Modifier and Type | Class and Description |
|---|---|
class |
WildcardUriLocatorSupport
An
UriLocator which knows how to handle wildcards and provides WildcardStreamLocator implementation. |
| Modifier and Type | Method and Description |
|---|---|
static UriLocator |
WroTestUtils.createResourceMockingLocator() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,UriLocator> |
DefaultConfigurableProvider.provideLocators() |
Map<String,UriLocator> |
ConfigurableProviderSupport.provideLocators() |
Copyright © 2008-2014. All Rights Reserved.