Package com.claymus.site.module.page

Examples of com.claymus.site.module.page.Page.serve()


    List<List<Block>> blocks = new LinkedList<List<Block>>();
    String[][] blockLocations = ThemeData.getTheme().getLocations();
    for(String[] location : blockLocations)
      blocks.add(BlockData.getBlocks(location[1], uri, userRoleKey));

    page.serve(contents, blocks, ThemeData.getTheme());
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.