Examples of TemplatesDescriptor


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
Copyright © 2018 www.massapi.com. 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.