Interface LayoutResponseHandler

All Known Implementing Classes:
AuLogHandler, DownloadHandler, EchoEventHandler, EchoEventHandlerExt96

public interface LayoutResponseHandler
The 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

    Modifier and Type
    Method
    Description
    void
    process(DesktopAgent desktopAgent, String response)
    perform layout response processing.
  • Method Details

    • process

      void process(DesktopAgent desktopAgent, String response)
      perform layout response processing.
      Parameters:
      desktop - desktop agent
      response - RAW text of layout response (HTML/XHTML)