Package org.olat.core.extensions.helpers

Examples of org.olat.core.extensions.helpers.StaticAndCssHelper


    // offer an extension so that all content in the "raw" subfolder of the
    // given class should be served (e.g. static pdf's and a stylesheet, but
    // static images should -not- be referenced by using an <img src=...> tag,
    // but rather use the background-image attribute of your css classes),
    StaticAndCssHelper sach = new StaticAndCssHelper(this.getClass(), "style.css");
    sach.initAndRegister(elements);
    mapPath = sach.getMapPath();

    //FIXME:fj:a allow multiple namedispatcher per extension!
    //elements.putExtensionElement(DispatcherAction.EXTENSIONPOINT_NAMEDDISPATCHER, new FullFunctionality());
    //elements.putExtensionElement(DispatcherAction.EXTENSIONPOINT_NAMEDDISPATCHER, new SmallFunctionality());
   
View Full Code Here

TOP

Related Classes of org.olat.core.extensions.helpers.StaticAndCssHelper

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.