public abstract class AbstractView extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Charset |
encoding |
protected String |
templateName |
| Constructor and Description |
|---|
AbstractView(String templateName) |
AbstractView(String templateName,
Charset encoding) |
| Modifier and Type | Method and Description |
|---|---|
Charset |
getEncoding() |
String |
getTemplateName() |
public AbstractView(String templateName)
Copyright © 2019 ObjectStyle LLC. All rights reserved.