Interface IPostfachServletHandler
-
- All Known Implementing Classes:
PostfachServletHandler
public interface IPostfachServletHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
empty(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
void
getPostfaecher(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
-
-
-
Method Detail
-
empty
void empty(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException
- Throws:
IOException
-
getPostfaecher
void getPostfaecher(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException
- Throws:
IOException
-
-