org.shiftone.jrat.http
Class FsBrowseHandler

java.lang.Object
  extended by org.shiftone.jrat.http.FsBrowseHandler
All Implemented Interfaces:
Handler

public class FsBrowseHandler
extends java.lang.Object
implements Handler

Author:
jeff@shiftone.org (Jeff Drost)

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.shiftone.jrat.http.Handler
Handler.ContentType
 
Constructor Summary
FsBrowseHandler()
           
 
Method Summary
 void handle(Request request, Response response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FsBrowseHandler

public FsBrowseHandler()
Method Detail

handle

public void handle(Request request,
                   Response response)
            throws java.lang.Exception
Specified by:
handle in interface Handler
Throws:
java.lang.Exception