Package ch.goodsolutions.demoextension.controller

Examples of ch.goodsolutions.demoextension.controller.DemoController


        Translator trans = new PackageTranslator(PACKAGE, loc);
        return trans.translate("homemaincontroller.actiontext");
      }

      public Controller createController(UserRequest ureq, WindowControl wControl, Object arg) {
        Controller dsc = new DemoController(ureq, wControl, null);
        return dsc;
      }
    });

    // --- create a new site:
View Full Code Here

TOP

Related Classes of ch.goodsolutions.demoextension.controller.DemoController

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.