public abstract class View extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
View(String templateName)
Creates a new view.
|
protected |
View(String templateName,
Charset charset)
Creates a new view.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Charset> |
getCharset()
Returns the character set of the template.
|
String |
getTemplateName()
Returns the template name.
|
protected View(String templateName)
templateName - the name of the template resourceCopyright © 2011. All rights reserved.