Package org.seaborne.delta.server.http
Interface F_PatchFilter.Dispatch
-
- Enclosing class:
- F_PatchFilter
public static interface F_PatchFilter.Dispatch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispatch(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Method Detail
-
dispatch
void dispatch(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException- Throws:
IOExceptionjavax.servlet.ServletException
-
-