EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Package
echopoint.template

Packages that use echopoint.template
echopoint Primary package under which all the public components provided by EchoPoint are organised. 
echopoint.template   
echopoint.template.ui   
 

Classes in echopoint.template used by echopoint
TemplateDataSource
          TemplateDataSource is used to return template source data and encoding information for this data.
 

Classes in echopoint.template used by echopoint.template
AbstractTemplateDataSource
          A base class for TemplateDataSource implementations.
TemplateCachingHints
          TemplateCachingHints is used to indicate to the templating rendering mechanism whether the compiled template data should be cached and for how long.
TemplateCompilerHints
          TemplateCompilerHints is used to indicate to the underlying templating compiler mechanism information about how it should compile the templaet data.
TemplateDataSource
          TemplateDataSource is used to return template source data and encoding information for this data.
TemplateTextSubstitution
          This interface is used substitue named "text tags" in the template markup with variable Strings.
 

Classes in echopoint.template used by echopoint.template.ui
TemplateCompilerHints
          TemplateCompilerHints is used to indicate to the underlying templating compiler mechanism information about how it should compile the templaet data.
TemplateDataSource
          TemplateDataSource is used to return template source data and encoding information for this data.
 


EchoPoint API - 3.0.0b5
App Webcontainer