|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceBatchingConfiguration
Resource batching configuration for the WebResourceManagerImpl
.
Currently contains the configuration for batch support.
Method Summary | |
---|---|
List<String> |
getSuperBatchModuleCompleteKeys()
Gets the list of resource plugin modules that should be included in the superbatch, in the order that they should be batched. |
boolean |
isBatchContentTrackingEnabled()
|
boolean |
isContextBatchingEnabled()
Determines whether web resources in the same context should be batched together. |
boolean |
isPluginWebResourceBatchingEnabled()
Determines whether plugin resources of the same type defined within a single web resource are batched into one file. |
boolean |
isSuperBatchingEnabled()
Gets whether web resources in different resource modules should be batched together. |
Method Detail |
---|
boolean isSuperBatchingEnabled()
List<String> getSuperBatchModuleCompleteKeys()
WebResourceManager.requireResource(java.lang.String)
for one of these resources will be a no-op,
and any dependency resolution for resources will stop if the dependency is in the superbatch.
boolean isContextBatchingEnabled()
boolean isPluginWebResourceBatchingEnabled()
boolean isBatchContentTrackingEnabled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |