/[projects]/miscJava/CircuitBreaker/src/main/java/dk/thoerup/circuitbreaker/web/Command.java
ViewVC logotype

Contents of /miscJava/CircuitBreaker/src/main/java/dk/thoerup/circuitbreaker/web/Command.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2449 - (show annotations) (download)
Fri Mar 20 08:58:46 2015 UTC (9 years, 3 months ago) by torben
File size: 237 byte(s)
switch to maven
1 package dk.thoerup.circuitbreaker.web;
2
3 import javax.servlet.http.HttpServletRequest;
4 import javax.servlet.http.HttpServletResponse;
5
6 public interface Command {
7 public String execute(HttpServletRequest req, HttpServletResponse resp);
8 }

  ViewVC Help
Powered by ViewVC 1.1.20