Package | Description |
---|---|
act.util | |
act.view | |
act.view.rythm |
Modifier and Type | Method and Description |
---|---|
Template |
ActContext.cachedTemplate() |
Template |
ActContext.Base.cachedTemplate() |
Modifier and Type | Method and Description |
---|---|
CTX_TYPE |
ActContext.cacheTemplate(Template template) |
CTX |
ActContext.Base.cacheTemplate(Template template) |
Modifier and Type | Class and Description |
---|---|
class |
TemplateBase
Base class for
Template implementations |
Modifier and Type | Method and Description |
---|---|
Template |
ViewManager.getTemplate(java.lang.String path) |
Template |
ViewManager.load(ActContext context) |
protected abstract Template |
View.loadInlineTemplate(java.lang.String content)
Sub class must implement this method to load the template from string literal
|
protected abstract Template |
View.loadTemplate(java.lang.String resourcePath)
Sub class must implement this method to load the template
|
Modifier and Type | Class and Description |
---|---|
class |
RythmTemplate |
Modifier and Type | Method and Description |
---|---|
protected Template |
RythmView.loadInlineTemplate(java.lang.String content) |
protected Template |
RythmView.loadTemplate(java.lang.String resourcePath) |
Copyright © 2014–2017 ActFramework. All rights reserved.