Package org.olat.modules.glossary

Examples of org.olat.modules.glossary.CreateNewGlossaryController


    if (userObject == null)
      // assume add
      return new AddFileResourceController(callback, supportedTypes, new String[] {"zip"}, ureq, wControl);
    else
      // assume create
      return new CreateNewGlossaryController(callback, ureq, wControl);
  }
View Full Code Here

TOP

Related Classes of org.olat.modules.glossary.CreateNewGlossaryController

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.