You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ve...@jakarta.apache.org on 2004/11/30 15:55:30 UTC

[Jakarta-Velocity Wiki] Updated: MonostateVelocityEngine

   Date: 2004-11-30T06:55:30
   Editor: ShinobuKawai <sh...@ieee.org>
   Wiki: Jakarta-Velocity Wiki
   Page: MonostateVelocityEngine
   URL: http://wiki.apache.org/jakarta-velocity/MonostateVelocityEngine

   Add constructors.

Change Log:

------------------------------------------------------------------------------
@@ -40,6 +40,28 @@
 public class MonostateVelocityEngine extends VelocityEngine
 {
 
+    /**
+     *
+     */
+    public MonostateVelocityEngine()
+    {
+    }
+    /**
+     * @param arg0
+     * @throws java.lang.Exception
+     */
+    public MonostateVelocityEngine(String arg0) throws Exception
+    {
+        Velocity.init(arg0);
+    }
+    /**
+     * @param arg0
+     * @throws java.lang.Exception
+     */
+    public MonostateVelocityEngine(Properties arg0) throws Exception
+    {
+        Velocity.init(arg0);
+    }
     /* (non-Javadoc)
      * @see org.apache.velocity.app.VelocityEngine#addProperty(java.lang.String, java.lang.Object)
      */

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org