public class RenderConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RenderConfiguration.RenderConfigurationBuilder
This class is responsible for building a render configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset()
Get the charset of the application.
|
int |
getEngines()
Get the number of engines.
|
boolean |
getLiveReload()
Get the status of live reload.
|
List<String> |
getRoutes()
Get the routes of the application.
|
File |
getServerBundleFile()
Get the file path of the server bundle.
|
String |
getTemplateContent()
Get the content of the template.
|
public String getTemplateContent()
public File getServerBundleFile()
public int getEngines()
public boolean getLiveReload()
public Charset getCharset()
Copyright © 2018. All rights reserved.