Package ratpack.session.store.internal

Examples of ratpack.session.store.internal.SessionStorageBindingHandler


   * @param injector The injector created from all the application modules
   * @param handler The application handler
   * @return A handler that provides a {@link SessionStorage} impl in the exchange service
   */
  public Handler decorate(Injector injector, Handler handler) {
    return new SessionStorageBindingHandler(handler);
  }
View Full Code Here

TOP

Related Classes of ratpack.session.store.internal.SessionStorageBindingHandler

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.