Package org.cast.cwm.components

Examples of org.cast.cwm.components.ImageUrlCodingStrategy


  // TODO: When shifting to the Cwm-Data 0.8-Snapshot, swap to the CwmApplication method
  @Override
  protected void configureMountPaths() {
    super.configureMountPaths();
   
    mount(new ImageUrlCodingStrategy("css"));
    mount(new ImageUrlCodingStrategy("img"));
    mount(new ImageUrlCodingStrategy("js"));

    mount(new QueryStringUrlCodingStrategy("login", getSignInPageClass()));
    mount(new QueryStringUrlCodingStrategy("home", getStudentTOCPageClass()));
    mount(new QueryStringUrlCodingStrategy("thome", getTeacherTOCPageClass()));
    mount(new QueryStringUrlCodingStrategy("ahome", getAdminHomePageClass()));
View Full Code Here

TOP

Related Classes of org.cast.cwm.components.ImageUrlCodingStrategy

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.