Documentation
¶
Index ¶
- Constants
- type JetEngine
- func (engine *JetEngine) ConvertPath(path string) string
- func (engine *JetEngine) Event(event revel.Event, i interface{})
- func (engine *JetEngine) Handles(templateView *revel.TemplateView) bool
- func (engine *JetEngine) Lookup(templateName string) revel.Template
- func (engine *JetEngine) Name() string
- func (engine *JetEngine) ParseAndAdd(templateView *revel.TemplateView) error
- type JetTemplate
Constants ¶
View Source
const ENGINE_NAME = "jet"
ENGINE_NAME is
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JetEngine ¶
type JetEngine struct {
CaseInsensitive bool
// contains filtered or unexported fields
}
JetEngine is
func (*JetEngine) ConvertPath ¶
ConvertPath is
func (*JetEngine) Handles ¶
func (engine *JetEngine) Handles(templateView *revel.TemplateView) bool
Handles is check that engine can handle it
func (*JetEngine) ParseAndAdd ¶
func (engine *JetEngine) ParseAndAdd(templateView *revel.TemplateView) error
ParseAndAdd is
type JetTemplate ¶
type JetTemplate struct {
*revel.TemplateView
// contains filtered or unexported fields
}
JetTemplate is Adapter for Go Templates.
Click to show internal directories.
Click to hide internal directories.