Init() 공개 메소드

public Init ( ) : void
리턴 void
예제 #1
0
 /// <summary>
 /// This is the primary initialization method in the Velocity
 /// Runtime. The systems that are setup/initialized here are
 /// as follows:
 /// <list type="">
 ///		<item>Logging System</item>
 ///		<item>ResourceManager</item>
 ///		<item>Parser Pool</item>
 ///		<item>Global Cache</item>
 ///		<item>Static Content Include System</item>
 ///		<item>Velocimacro System</item>
 /// </list>
 /// </summary>
 public static void Init()
 {
     lock (typeof(RuntimeSingleton))
     {
         ri.Init();
     }
 }