WUI : API


org.westofj.wui
Class WJspLayout

java.lang.Object
  extended byorg.westofj.wui.WJspLayout
All Implemented Interfaces:
WMapLayoutManager

public class WJspLayout
extends Object
implements WMapLayoutManager


Constructor Summary
WJspLayout()
           
WJspLayout(String jspPage)
           
 
Method Summary
 String getJspPage()
           
 void render(WMapContainer container, WRunner runner, WRenderContext context, PrintWriter out)
          Renders the WMapContainer.
 void setJspPage(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WJspLayout

public WJspLayout()

WJspLayout

public WJspLayout(String jspPage)
Method Detail

render

public void render(WMapContainer container,
                   WRunner runner,
                   WRenderContext context,
                   PrintWriter out)
            throws WRenderException
Description copied from interface: WMapLayoutManager
Renders the WMapContainer.

Specified by:
render in interface WMapLayoutManager
Parameters:
container - the container to render.
runner - the current runner context.
out - the PrintWriterto which to render the WMapContainerinstance.
Throws:
WRenderException

getJspPage

public String getJspPage()

setJspPage

public void setJspPage(String string)

Copyright (c) 2003 West of J - All rights reserved.