org.westofj.wui
Class WJspLayout
java.lang.Object
org.westofj.wui.WJspLayout
- All Implemented Interfaces:
- WMapLayoutManager
- public class WJspLayout
- extends Object
- implements WMapLayoutManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WJspLayout
public WJspLayout()
WJspLayout
public WJspLayout(String jspPage)
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 PrintWriter
to which to render the
WMapContainer
instance.
- Throws:
WRenderException
getJspPage
public String getJspPage()
setJspPage
public void setJspPage(String string)