org.westofj.wui
Interface WMapLayoutManager
- All Known Implementing Classes:
- WBorderLayout, WHtmlLayout, WJspLayout
- public interface WMapLayoutManager
Defines the interface for classes that perform the rendering of
WContainerinstances.
- Version:
- $Revision: 1.3 $, $Date: 2004/03/14 21:27:46 $
- Author:
- bill
render
public void render(WMapContainer container,
WRunner runner,
WRenderContext context,
PrintWriter out)
throws WRenderException
- Renders the
WMapContainer.
- Parameters:
container - the container to render.runner - the current runner context.out - the PrintWriterto which to render the
WMapContainerinstance.
- Throws:
WRenderException