Package org.zkoss.zats.mimic.impl
Interface LayoutResponseHandler
-
- All Known Implementing Classes:
AuLogHandler,DownloadHandler,EchoEventHandler
public interface LayoutResponseHandlerThe interface of DHtmlLayoutServlet response handler. The handler can process response when client opened a URL, and modify status of client if necessary.- Author:
- pao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(DesktopAgent desktopAgent, String response)perform layout response processing.
-
-
-
Method Detail
-
process
void process(DesktopAgent desktopAgent, String response)
perform layout response processing.- Parameters:
desktop- desktop agentresponse- RAW text of layout response (HTML/XHTML)
-
-