com.creamtec.ajaxswing.rendering
Interface DocumentRenderer

All Known Implementing Classes:
AbstractDocumentRenderer, AjaxPageRenderer, HTMLPageRenderer

public interface DocumentRenderer

Base interface for rendering documents


Method Summary
 Document renderDocument(ClientAgent agent, java.util.List<java.awt.Window> windows)
          Top level method used to get a document representing a rendering of the window of the agent
 

Method Detail

renderDocument

Document renderDocument(ClientAgent agent,
                        java.util.List<java.awt.Window> windows)
                        throws java.lang.Exception
Top level method used to get a document representing a rendering of the window of the agent

Parameters:
agent - an agent representing a client to AjaxSwing application
window - java.awt.Window or a subclass to be rendered
Throws:
java.lang.Exception


Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.