Package com.noelios.restlet

Examples of com.noelios.restlet.LogFilter


     * @param logService
     *            The log service descriptor.
     * @return The new log filter.
     */
    protected Filter createLogFilter(Context context, LogService logService) {
        return new LogFilter(context, logService);
    }
View Full Code Here


   * @param logService
   *            The log service descriptor.
   * @return The new log filter.
   */
  protected Filter createLogFilter(Context context, LogService logService) {
    return new LogFilter(context, logService);
  }
View Full Code Here

TOP

Related Classes of com.noelios.restlet.LogFilter

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.