Package org.drjekyll.webdav
Interface MethodExecutor
-
- All Known Implementing Classes:
DeterminableMethod,DoCopy,DoDelete,DoGet,DoHead,DoLock,DoMkcol,DoMove,DoNotImplemented,DoOptions,DoPropfind,DoProppatch,DoPut,DoUnlock,Method
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface MethodExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
-
-
-
Method Detail
-
execute
void execute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException
- Throws:
IOException
-
-