Examples of VelocityListingsPage


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

Examples of org.tamacat.httpd.page.VelocityListingsPage

 
  @Override
    public void setServiceUrl(ServiceUrl serviceUrl) {
      super.setServiceUrl(serviceUrl);
    props = PropertyUtils.getProperties("velocity.properties", getClassLoader());
    listingPage = new VelocityListingsPage(props);
  }
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.