X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fdolda%2Fjsvc%2FServerContext.java;fp=src%2Fdolda%2Fjsvc%2FServerContext.java;h=b9809f9038370274ebb38415cb92c0910682a7bb;hb=6f1acdb2f8879097cdd8c6cedfc0d6752f2b29ef;hp=0000000000000000000000000000000000000000;hpb=c35d6760bbadced0cee2aa1bae788dee8aff23ef;p=jsvc.git diff --git a/src/dolda/jsvc/ServerContext.java b/src/dolda/jsvc/ServerContext.java new file mode 100644 index 0000000..b9809f9 --- /dev/null +++ b/src/dolda/jsvc/ServerContext.java @@ -0,0 +1,5 @@ +package dolda.jsvc; + +public interface ServerContext { + public String rootpath(); +}