Package tcl.lang

Examples of tcl.lang.TclTemplateChannel


  }

  debug = (props.getProperty(hr.prefix + DEBUG) != null);

  try {
      chan = new TclTemplateChannel(interp, hr);
      request = ReflectObject.newInstance(interp, Request.class,
        hr.request);
      interp.eval("set request " + request);
  } catch (TclException e) {
      hr.request.log(Server.LOG_WARNING, hr.prefix,
View Full Code Here

TOP

Related Classes of tcl.lang.TclTemplateChannel

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.