Class ResourceTagAttributes
java.lang.Object
org.broadleafcommerce.common.web.processor.attributes.ResourceTagAttributes
Builder class that holds attributes relevant to resources, namely those that go on <blc:bundle> and
<blc:bundlepreload> tags.
- Author:
- Jacob Mitash
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct aResourceTagAttributeswith all default values.Copy constructor for aResourceTagAttributes. -
Method Summary
Modifier and TypeMethodDescriptionbooleanasync()async(boolean async) bundleCompletedEvent(String bundleCompletedEvent) bundleDependencyEvent(String bundleDependencyEvent) booleandefer()defer(boolean defer) files()booleanincludeAsyncDeferUnbundled(boolean includeAsyncDeferUnbundled) mappingPrefix(String mappingPrefix) name()src()
-
Constructor Details
-
ResourceTagAttributes
public ResourceTagAttributes()Construct aResourceTagAttributeswith all default values. -
ResourceTagAttributes
Copy constructor for aResourceTagAttributes.- Parameters:
toCopy- the attributes to copy from
-
-
Method Details
-
src
-
src
-
name
-
name
-
mappingPrefix
-
mappingPrefix
-
async
public boolean async() -
async
-
defer
public boolean defer() -
defer
-
includeAsyncDeferUnbundled
public boolean includeAsyncDeferUnbundled() -
includeAsyncDeferUnbundled
-
bundleDependencyEvent
-
bundleDependencyEvent
-
files
-
files
-
bundleCompletedEvent
-
bundleCompletedEvent
-