Package ru.yandex.strictweb.scriptjava.plugins

Examples of ru.yandex.strictweb.scriptjava.plugins.EntityCompilerPlugin


   * Use this method to append all Ajax specific classes to StrictWeb compier
   */
  @Native
  public static void prepareCompiler(Compiler compiler) throws Exception {
    compiler
    .addPlugin(new EntityCompilerPlugin())
    .addPlugin(new AjaxServiceHelperCompilerPlugin())
   
//    .parseClass(AjaxException.class)
    .parseClass(AjaxRequest.class)
    .parseClass(AjaxRequestResult.class)
View Full Code Here

TOP

Related Classes of ru.yandex.strictweb.scriptjava.plugins.EntityCompilerPlugin

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.