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
Mostrar archivo Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Public Properties

Property Type Description
modificationTime long
template Template

Public Methods

Method Description
Twonk ( VelocimacroFactory enclosingInstance ) : System

Private Methods

Method Description
InitBlock ( VelocimacroFactory enclosingInstance ) : void

Method Details

Twonk() public method

public Twonk ( VelocimacroFactory enclosingInstance ) : System
enclosingInstance VelocimacroFactory
return System

Property Details

modificationTime public_oe property

public long modificationTime
return long

template public_oe property

public Template template
return Template