Package org.olat.core.extensions.css

Examples of org.olat.core.extensions.css.CSSIncluder


    });

    if (cssName != null) {
      // provide the link for the css stylesheet file used by this extension:
      // CSSIncluder for point Window
      extElements.putExtensionElement(Window.class.getName(), new CSSIncluder() {
        public String getStylesheetPath() {
          return StaticAndCssHelper.this.mapPath + "/" + cssName;
        }
      });
    }
View Full Code Here

TOP

Related Classes of org.olat.core.extensions.css.CSSIncluder

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.