Package parrot.server.templates.TemplateParser.ParsedTemplate

Examples of parrot.server.templates.TemplateParser.ParsedTemplate.Context


  }
   
  public Main(int size, int port, String databaseFile) throws IOException, SQLiteException {
    Locale.setDefault(Locale.US);
   
    rootContext = new Context();
    rootContext.setVariableValue("zetesVersion", zetes.hands.About.VERSION);
    rootContext.setVariableValue("parrotVersion", Parrot.VERSION);
   
    executor = Executors.newFixedThreadPool(size);
    server = new ContainerServer(this);
View Full Code Here

TOP

Related Classes of parrot.server.templates.TemplateParser.ParsedTemplate.Context

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.