public class ResourceTagAttributes extends Object
ResourcePreloadProcessor,
ResourceBundleProcessor| Constructor and Description |
|---|
ResourceTagAttributes()
Construct a
ResourceTagAttributes with all default values. |
ResourceTagAttributes(ResourceTagAttributes toCopy)
Copy constructor for a
ResourceTagAttributes. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
async() |
ResourceTagAttributes |
async(boolean async) |
String |
bundleCompletedEvent() |
ResourceTagAttributes |
bundleCompletedEvent(String bundleCompletedEvent) |
String |
bundleDependencyEvent() |
ResourceTagAttributes |
bundleDependencyEvent(String bundleDependencyEvent) |
boolean |
defer() |
ResourceTagAttributes |
defer(boolean defer) |
String |
files() |
ResourceTagAttributes |
files(String files) |
boolean |
includeAsyncDeferUnbundled() |
ResourceTagAttributes |
includeAsyncDeferUnbundled(boolean includeAsyncDeferUnbundled) |
String |
mappingPrefix() |
ResourceTagAttributes |
mappingPrefix(String mappingPrefix) |
String |
name() |
ResourceTagAttributes |
name(String name) |
String |
src() |
ResourceTagAttributes |
src(String src) |
public ResourceTagAttributes()
ResourceTagAttributes with all default values.public ResourceTagAttributes(ResourceTagAttributes toCopy)
ResourceTagAttributes.toCopy - the attributes to copy frompublic String src()
public ResourceTagAttributes src(String src)
public String name()
public ResourceTagAttributes name(String name)
public String mappingPrefix()
public ResourceTagAttributes mappingPrefix(String mappingPrefix)
public boolean async()
public ResourceTagAttributes async(boolean async)
public boolean defer()
public ResourceTagAttributes defer(boolean defer)
public boolean includeAsyncDeferUnbundled()
public ResourceTagAttributes includeAsyncDeferUnbundled(boolean includeAsyncDeferUnbundled)
public String bundleDependencyEvent()
public ResourceTagAttributes bundleDependencyEvent(String bundleDependencyEvent)
public String files()
public ResourceTagAttributes files(String files)
public String bundleCompletedEvent()
public ResourceTagAttributes bundleCompletedEvent(String bundleCompletedEvent)
Copyright © 2020. All rights reserved.