public interface RenderAssetProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getIndexContent()
Get the content of the index template.
|
File |
getServerBundle()
Get the file of the server bundle.
|
boolean |
isLiveReloadRequired(Date date)
Check if the provider detected an asset chance and wishes a live reload.
|
boolean |
isLiveReloadSupported()
Check if the provider does support live reload.
|
String getIndexContent() throws IOException
IOException - Exception in case of an IO problemFile getServerBundle() throws IOException
IOException - Exception in case of an IO problemboolean isLiveReloadSupported()
boolean isLiveReloadRequired(Date date) throws IOException
date - Date of the last reloadIOException - Exception in case of an IO problemCopyright © 2017. All rights reserved.