Class JsiGenerator

  • All Implemented Interfaces:
    IncludeGenerator

    public class JsiGenerator
    extends java.lang.Object
    implements IncludeGenerator
    Client side include generator - using Ajax/JQuery.
    • Constructor Summary

      Constructors 
      Constructor Description
      JsiGenerator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void activate​(org.osgi.service.component.ComponentContext ctx)  
      java.lang.String getInclude​(java.lang.String url)  
      java.lang.String getType()  
      • Methods inherited from class java.lang.Object

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

      • JsiGenerator

        public JsiGenerator()
    • Method Detail

      • activate

        public void activate​(org.osgi.service.component.ComponentContext ctx)
      • getInclude

        public java.lang.String getInclude​(java.lang.String url)
        Specified by:
        getInclude in interface IncludeGenerator