KIND Servlet
From TrainzOnline
(Difference between revisions)
(Created page with "KIND Servlet TBD. ==KIND Hierarchy== ===Parent Classes=== * KIND TrainzBaseSpec ===Child Classes=== * ''none.'' ==Supported Tags== ''TBD'' ==Example Config.txt== ''...") |
Builderbob (Talk | contribs) (Detail) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | [[KIND Servlet]] | + | [[KIND Servlet]] |
+ | |||
+ | Kind servlet is an object that is used to create persistent server processes that provide serverside functionality for iTrainz client applications. For details see [[iTrainz Servlets]]. | ||
==KIND Hierarchy== | ==KIND Hierarchy== | ||
Line 8: | Line 10: | ||
==Supported Tags== | ==Supported Tags== | ||
− | + | The KIND Servlet config.txt file does not support any tags other than the tags that are available to all assets. | |
==Example Config.txt== | ==Example Config.txt== | ||
− | |||
+ | kuid <kuid:30501:100006> | ||
+ | kind "servlet" | ||
+ | username "N3V DLC Servlet" | ||
+ | description "An iTrainz Servlet that provides iTrainz access for the N3V DLC store." | ||
+ | trainz-build 3.8 | ||
+ | class "N3VDLCServlet" | ||
+ | script "N3VDLCServlet" | ||
+ | script-include-table | ||
+ | { | ||
+ | 0 <kuid:30501:100005> | ||
+ | 1 <kuid:30501:1012> | ||
+ | } | ||
+ | thumbnails | ||
+ | { | ||
+ | 0 | ||
+ | { | ||
+ | image "$screenshot$.jpg" | ||
+ | width 240 | ||
+ | height 180 | ||
+ | } | ||
+ | } | ||
+ | category-class "XS" | ||
+ | username-de "N3V DLC Servlet" | ||
+ | username-fr "N3V Servlet contenu additionnel" | ||
+ | username-pl "Servlet DLC N3V" | ||
+ | description-de "An iTrainz Servlet that provides iTrainz access for the N3V DLC store." | ||
+ | description-pl "An iTrainz Servlet that provides iTrainz access for the N3V DLC store." | ||
+ | kuid-table | ||
+ | { | ||
+ | n3v-dlc-servlet-library <kuid:30501:100005> | ||
+ | itrainz-servlet-support-library <kuid:30501:1012> | ||
+ | } | ||
==Categories== | ==Categories== | ||
− | [[Category:Asset KIND]] | + | [[Category:Asset KIND|S]] |
[[Category:TBD]] | [[Category:TBD]] |
Latest revision as of 11:44, 24 April 2019
KIND Servlet
Kind servlet is an object that is used to create persistent server processes that provide serverside functionality for iTrainz client applications. For details see iTrainz Servlets.
Contents |
[edit] KIND Hierarchy
[edit] Parent Classes
[edit] Child Classes
- none.
[edit] Supported Tags
The KIND Servlet config.txt file does not support any tags other than the tags that are available to all assets.
[edit] Example Config.txt
kuid <kuid:30501:100006> kind "servlet" username "N3V DLC Servlet" description "An iTrainz Servlet that provides iTrainz access for the N3V DLC store." trainz-build 3.8 class "N3VDLCServlet" script "N3VDLCServlet" script-include-table { 0 <kuid:30501:100005> 1 <kuid:30501:1012> } thumbnails { 0 { image "$screenshot$.jpg" width 240 height 180 } } category-class "XS" username-de "N3V DLC Servlet" username-fr "N3V Servlet contenu additionnel" username-pl "Servlet DLC N3V" description-de "An iTrainz Servlet that provides iTrainz access for the N3V DLC store." description-pl "An iTrainz Servlet that provides iTrainz access for the N3V DLC store." kuid-table { n3v-dlc-servlet-library <kuid:30501:100005> itrainz-servlet-support-library <kuid:30501:1012> }