Documentation
¶
Index ¶
- Constants
- type AceEngine
- func (i *AceEngine) ConvertPath(path string) string
- func (engine *AceEngine) Event(action revel.Event, i interface{})
- func (i *AceEngine) Handles(templateView *revel.TemplateView) bool
- func (engine *AceEngine) Lookup(templateName string) revel.Template
- func (engine *AceEngine) Name() string
- func (engine *AceEngine) ParseAndAdd(baseTemplate *revel.TemplateView) error
- type AceTemplate
Constants ¶
View Source
const ACE_TEMPLATE = "ace"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AceEngine ¶
type AceEngine struct {
Options *ace.Options
CaseInsensitive bool
// contains filtered or unexported fields
}
func (*AceEngine) ConvertPath ¶
func (*AceEngine) ParseAndAdd ¶
func (engine *AceEngine) ParseAndAdd(baseTemplate *revel.TemplateView) error
type AceTemplate ¶
type AceTemplate struct {
*template.Template
*revel.TemplateView
File *ace.File
Inner *ace.File
// contains filtered or unexported fields
}
Adapter for Go Templates.
Click to show internal directories.
Click to hide internal directories.