UIZE JavaScript Framework

MODULES UizeSite.Build.Files.SimpleDataPages

1. Introduction

The UizeSite.Build.Files.SimpleDataPages build script recurses through all folders of the UIZE Web site project, building pages from all the Simple Data (.simpledata) files that it finds.

DEVELOPERS: Chris van Rensburg

Simple Data is a data file format that is even more human readable than XML (how could this even be possible!?!?) and that uses indentation to indicate structure (so, kind of like Python, but for data). This build script finds all these files and builds pages from them, by processing the data in each file using an accompanying JavaScript Template (.jst) file.

1.1. File Naming Scheme

The filename for the JST file and the target (i.e. built) file are determined by a simple file naming scheme that associates the two files with the Simple Data source file.

According to this scheme, the filename for the JST file is the filename of the Simple Data file with the .simpledata file extension replaced with the .jst extension, and the filename of the built file is the filename of the Simple Data file with the .simpledata file extension stripped off. Consider the following example...

FILE NAMING EXAMPLE

built file         >  credits.html
JST template file  >  credits.html.jst
Simple Data file   >  credits.html.simpledata

In the above example, the file credits.html.simpledata is the source Simple Data file, the file credits.html.jst is the JavaScript template that should be used for processing the data in the Simple Data file, and the file credits.html is the built file that contains the output of the template processing operation.

Based on this file naming principle, the desired file extension for the built file is put before the .simpledata and .jst extensions. This means that the UIZE Site Build Simple Data Pages build script can build any type of text file from Simple Data files it encounters, and, in fact, the UIZE Web site project uses it to build a few of its HTML pages.

1.2. Examples

There are no dedicated showcase example pages for the UizeSite.Build.Files.SimpleDataPages module.

SEARCH FOR EXAMPLES

Use the link below to search for example pages on the UIZE Web site that reference the UizeSite.Build.Files.SimpleDataPages module...

SEARCH

1.3. Implementation Info

The UizeSite.Build.Files.SimpleDataPages module defines the UizeSite.Build.Files.SimpleDataPages class, which is a subclass of UizeSite.Build.Files.

INHERITANCE CHAIN

Uize.Class −> Uize.Build.Files −> UizeSite.Build.Files −> UizeSite.Build.Files.SimpleDataPages

1.3.1. Features Introduced in This Module

No features have been introduced in this module.

1.3.2. Features Overridden in This Module

The features listed in this section have been overridden in this module.

The module that an overridden feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.

INSTANCE METHODS

valueOf

STATIC METHODS

UizeSite.Build.Files.SimpleDataPages.determineFilesToBuild

STATIC PROPERTIES

UizeSite.Build.Files.SimpleDataPages.moduleName | UizeSite.Build.Files.SimpleDataPages.nonInheritableStatics

1.3.3. Features Inherited From Other Modules

The features listed in this section have been inherited from other modules.

The module that an inherited feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.

INSTANCE METHODS

fire | get | is | isMet | kill | met | onChange | once | set | toggle | unmet | unwire | whenever | wire

STATIC METHODS

UizeSite.Build.Files.SimpleDataPages.addFiles | UizeSite.Build.Files.SimpleDataPages.alphastructor | UizeSite.Build.Files.SimpleDataPages.declare | UizeSite.Build.Files.SimpleDataPages.doMy | UizeSite.Build.Files.SimpleDataPages.dualContextMethods | UizeSite.Build.Files.SimpleDataPages.dualContextProperties | UizeSite.Build.Files.SimpleDataPages.fire | UizeSite.Build.Files.SimpleDataPages.get | UizeSite.Build.Files.SimpleDataPages.instanceMethods | UizeSite.Build.Files.SimpleDataPages.instanceProperties | UizeSite.Build.Files.SimpleDataPages.mixins | UizeSite.Build.Files.SimpleDataPages.omegastructor | UizeSite.Build.Files.SimpleDataPages.perform | UizeSite.Build.Files.SimpleDataPages.set | UizeSite.Build.Files.SimpleDataPages.singleton | UizeSite.Build.Files.SimpleDataPages.stateProperties | UizeSite.Build.Files.SimpleDataPages.staticMethods | UizeSite.Build.Files.SimpleDataPages.staticProperties | UizeSite.Build.Files.SimpleDataPages.subclass | UizeSite.Build.Files.SimpleDataPages.toggle | UizeSite.Build.Files.SimpleDataPages.unwire | UizeSite.Build.Files.SimpleDataPages.wire

STATIC PROPERTIES

UizeSite.Build.Files.SimpleDataPages.fileBuilder | UizeSite.Build.Files.SimpleDataPages.fileSystem | UizeSite.Build.Files.SimpleDataPages.pathToResources

1.3.4. Modules Directly Under This Namespace

There are no modules directly under this namespace.

1.3.5. Unit Tests

There is no dedicated unit tests module for the UizeSite.Build.Files.SimpleDataPages module.

2. Instance Methods

2.1. fire

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.2. get

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.3. is

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.4. isMet

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.5. kill

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.6. met

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.7. onChange

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.8. once

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.9. set

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.10. toggle

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.11. unmet

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.12. unwire

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.13. valueOf

this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class)

IMPLEMENTATION INFO

2.14. whenever

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.15. wire

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

3. Static Methods

3.1. UizeSite.Build.Files.SimpleDataPages.addFiles

Inherited from Uize.Build.Files.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Build.Files, first introduced in Uize.Build.Files)
this static feature is inherited by subclasses

3.2. UizeSite.Build.Files.SimpleDataPages.alphastructor

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.3. UizeSite.Build.Files.SimpleDataPages.declare

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.4. UizeSite.Build.Files.SimpleDataPages.determineFilesToBuild

IMPLEMENTATION INFO

this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Build.Files)
this static feature is inherited by subclasses

3.5. UizeSite.Build.Files.SimpleDataPages.doMy

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.6. UizeSite.Build.Files.SimpleDataPages.dualContextMethods

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.7. UizeSite.Build.Files.SimpleDataPages.dualContextProperties

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.8. UizeSite.Build.Files.SimpleDataPages.fire

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.9. UizeSite.Build.Files.SimpleDataPages.get

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.10. UizeSite.Build.Files.SimpleDataPages.instanceMethods

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.11. UizeSite.Build.Files.SimpleDataPages.instanceProperties

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.12. UizeSite.Build.Files.SimpleDataPages.mixins

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.13. UizeSite.Build.Files.SimpleDataPages.omegastructor

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.14. UizeSite.Build.Files.SimpleDataPages.perform

Inherited from Uize.Build.Files.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Build.Files, first introduced in Uize.Build.Files)
this static feature is inherited by subclasses

3.15. UizeSite.Build.Files.SimpleDataPages.set

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.16. UizeSite.Build.Files.SimpleDataPages.singleton

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.17. UizeSite.Build.Files.SimpleDataPages.stateProperties

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.18. UizeSite.Build.Files.SimpleDataPages.staticMethods

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.19. UizeSite.Build.Files.SimpleDataPages.staticProperties

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.20. UizeSite.Build.Files.SimpleDataPages.subclass

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.21. UizeSite.Build.Files.SimpleDataPages.toggle

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.22. UizeSite.Build.Files.SimpleDataPages.unwire

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.23. UizeSite.Build.Files.SimpleDataPages.wire

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

4. Static Properties

4.1. UizeSite.Build.Files.SimpleDataPages.fileBuilder

Inherited from Uize.Build.Files.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Build.Files, first introduced in Uize.Build.Files)
this static feature is inherited by subclasses

4.2. UizeSite.Build.Files.SimpleDataPages.fileSystem

Inherited from Uize.Build.Files.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Build.Files, first introduced in Uize.Build.Files)
this static feature is inherited by subclasses

4.3. UizeSite.Build.Files.SimpleDataPages.moduleName

IMPLEMENTATION INFO

this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class)
this static feature is inherited by subclasses

4.4. UizeSite.Build.Files.SimpleDataPages.nonInheritableStatics

IMPLEMENTATION INFO

this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class)
this static feature is not inherited by subclasses

4.5. UizeSite.Build.Files.SimpleDataPages.pathToResources

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses