Package org.tamacat.httpd.page

Examples of org.tamacat.httpd.page.VelocityListingsPage


 
  @Override
    public void setServiceUrl(ServiceUrl serviceUrl) {
      super.setServiceUrl(serviceUrl);
      Properties props = PropertyUtils.getProperties("velocity.properties", getClassLoader());
    listingPage = new VelocityListingsPage(props);
    page = new VelocityPage(props);
    page.init(this.docsRoot);
  }
View Full Code Here


 
  @Override
    public void setServiceUrl(ServiceUrl serviceUrl) {
      super.setServiceUrl(serviceUrl);
    props = PropertyUtils.getProperties("velocity.properties", getClassLoader());
    listingPage = new VelocityListingsPage(props);
  }
View Full Code Here

TOP

Related Classes of org.tamacat.httpd.page.VelocityListingsPage

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.