public interface ViewDecorator
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(String content,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Udekorowanie widoku.
|
void decorate(String content, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
content - odpowiedź, która ma być udekorowanarequest - żądanie httpresponse - odpowiedź httpjavax.servlet.ServletExceptionIOExceptionCopyright © 2022 Suncode. All rights reserved.