/[projects]/CircuitBreaker/src/dk/thoerup/curcuitbreaker/web/Command.java
ViewVC logotype

Contents of /CircuitBreaker/src/dk/thoerup/curcuitbreaker/web/Command.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 416 - (show annotations) (download)
Wed Oct 7 20:21:16 2009 UTC (14 years, 8 months ago) by torben
File size: 237 byte(s)
Sync
1 package dk.thoerup.curcuitbreaker.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