Package ratpack.file.internal

Examples of ratpack.file.internal.FileSystemBindingHandler


   * @param path The relative path to the new file system binding point
   * @param handler The handler to execute with the new file system binding
   * @return A handler
   */
  public static Handler fileSystem(LaunchConfig launchConfig, String path, Handler handler) {
    return new FileSystemBindingHandler(launchConfig, path, handler);
  }
View Full Code Here

TOP

Related Classes of ratpack.file.internal.FileSystemBindingHandler

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.