C# Class NVelocity.Runtime.VelocimacroFactory.Twonk

sets permission to have VMs local in scope to their declaring template note that this is really taken care of in the VMManager class, but we need it here for gating purposes in addVM eventually, I will slide this all into the manager, maybe. sets the permission to add new macros sets the permission for allowing addMacro() calls to replace existing VM's set output message mode get output message mode set the switch for automatic reloading of global library-based VMs get the switch for automatic reloading of global library-based VMs small continer class to hold the duple of a template and modification time. We keep the modification time so we can 'override' it on a reload to prevent recursive reload due to inter-calling VMs in a library
Afficher le fichier Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Méthodes publiques

Свойство Type Description
modificationTime long
template Template

Méthodes publiques

Méthode Description
Twonk ( VelocimacroFactory enclosingInstance ) : System

Private Methods

Méthode Description
InitBlock ( VelocimacroFactory enclosingInstance ) : void

Method Details

Twonk() public méthode

public Twonk ( VelocimacroFactory enclosingInstance ) : System
enclosingInstance VelocimacroFactory
Résultat System

Property Details

modificationTime public_oe property

public long modificationTime
Résultat long

template public_oe property

public Template template
Résultat Template