@Versioned
public class ExcelView
extends act.view.View
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
static Set<org.osgl.http.H.Format> |
SUPPORTED_FORMATS |
static osgl.version.Version |
VERSION |
| Constructor and Description |
|---|
ExcelView() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliedTo(act.util.ActContext context) |
protected void |
init(act.app.App app) |
List<String> |
loadContent(String template) |
protected act.view.Template |
loadInlineTemplate(String content) |
protected act.view.Template |
loadTemplate(String resourcePath) |
String |
name() |
public static final osgl.version.Version VERSION
public static final String ID
public static final Set<org.osgl.http.H.Format> SUPPORTED_FORMATS
public String name()
name in class act.view.Viewprotected void init(act.app.App app)
init in class act.view.Viewpublic boolean appliedTo(act.util.ActContext context)
appliedTo in class act.view.Viewprotected act.view.Template loadTemplate(String resourcePath)
loadTemplate in class act.view.Viewprotected act.view.Template loadInlineTemplate(String content)
loadInlineTemplate in class act.view.ViewCopyright © 2015–2018 ActFramework. All rights reserved.