@Component
@ConfigurationProperties(prefix="cache-preload")
public class AngularRestCachePreloadConfiguration
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AngularRestCachePreloadConfiguration.CachedUrl |
| Constructor and Description |
|---|
AngularRestCachePreloadConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAngularModule() |
java.util.List<AngularRestCachePreloadConfiguration.CachedUrl> |
getCachedUrls() |
java.lang.String |
getPlaceholder() |
void |
setAngularModule(java.lang.String angularModule) |
void |
setCachedUrls(java.util.List<AngularRestCachePreloadConfiguration.CachedUrl> cachedUrls) |
void |
setPlaceholder(java.lang.String placeholder) |
public AngularRestCachePreloadConfiguration()
public java.lang.String getPlaceholder()
public void setPlaceholder(java.lang.String placeholder)
public java.lang.String getAngularModule()
public void setAngularModule(java.lang.String angularModule)
public java.util.List<AngularRestCachePreloadConfiguration.CachedUrl> getCachedUrls()
public void setCachedUrls(java.util.List<AngularRestCachePreloadConfiguration.CachedUrl> cachedUrls)