Package org.wicketstuff.pickwick.backend

Examples of org.wicketstuff.pickwick.backend.DefaultSettings


import junit.framework.TestCase;

public class FeedGeneratorTest {
  public static void main() throws Exception {
    // FIXME use those settings by wiring Settings interface to this instance
    Settings settings = new DefaultSettings() {
      public File getImageDirectoryRoot() {
        return new File("/tmp/a");
      }
      public String getBaseURL() {
        return "http://localhost:8080";
View Full Code Here

TOP

Related Classes of org.wicketstuff.pickwick.backend.DefaultSettings

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.