Package juzu.impl.plugin.template.metadata

Examples of juzu.impl.plugin.template.metadata.TemplatesDescriptor


  }

  @Override
  public ServiceDescriptor init(ServiceContext context) throws Exception {
    this.context = context;
    this.descriptor = new TemplatesDescriptor(application, context.getClassLoader(), context.getConfig());
    return descriptor;
  }
View Full Code Here

TOP

Related Classes of juzu.impl.plugin.template.metadata.TemplatesDescriptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.