Class VelocityEngineFactory


  • public class VelocityEngineFactory
    extends java.lang.Object
    Factory returning a well configured VelocityEngine instance required for generating an HTML form used to POST SAML messages.
    Author:
    Michael Remond
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.velocity.app.VelocityEngine getEngine()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VelocityEngineFactory

        public VelocityEngineFactory()
    • Method Detail

      • getEngine

        public static org.apache.velocity.app.VelocityEngine getEngine()