org.xiruss.xirussrepository.server.jetty
Interface XirussUrlVisitor

All Known Implementing Classes:
XirussHttpApiUrlVisitor, XirussHttpViewerUrlVisitor

public interface XirussUrlVisitor

Visits a XIRUSS URL path and returns the appropriate XirussResource resource.


Method Summary
 org.mortbay.util.Resource visit(java.lang.String path)
          Process the URL path to determine the resource.
 

Method Detail

visit

org.mortbay.util.Resource visit(java.lang.String path)
                                throws java.io.IOException,
                                       java.lang.Exception
Process the URL path to determine the resource.

Parameters:
path - The path to process
Returns:
Jetty Resource
Throws:
java.io.IOException
java.lang.Exception