EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Interface
echopoint.template.TemplateCachingHints

Packages that use TemplateCachingHints
echopoint.template   
 

Uses of TemplateCachingHints in echopoint.template
 

Classes in echopoint.template that implement TemplateCachingHints
 class SimpleTemplateCachingHints
          SimpleTemplateCachingHints is used to indicate to the templating rendering mechanism whether the compiled template data should be cached and for how long.
 

Methods in echopoint.template that return TemplateCachingHints
 TemplateCachingHints TemplateDataSource.getCachingHints()
          This returns a hint to the template rendering mechanism as to whether this template data can be cached.
 TemplateCachingHints AbstractTemplateDataSource.getCachingHints()
           
 

Methods in echopoint.template with parameters of type TemplateCachingHints
 void AbstractTemplateDataSource.setCachingHints(TemplateCachingHints newValue)
          Sets the caching hints to use for this template data source
 


EchoPoint API - 3.0.0b5
App Webcontainer