Back Previous Next


Linguist servlet package - template

Syntax:

   template {name} [{elements}]

Keyword handler:

   net.eclecity.linguist.media.keyword.ServletKTemplate.class

Runtime handler(s):

   net.eclecity.linguist.media.handler.ServletHTemplate.class

Function:

Declares an element or an array of templates. The array size is fixed at time of compilation. A template is a variable into which we put the contents of an HTML file containing known substitution strings, allowing a page to be rapidly customized. This is usually much more convenient than building the page from scratch using HTML primitives. See also set.

Example(s):

   template General
   template Templates 5


Back Previous Next