Uses of Interface
org.openxava.web.layout.ILayoutPainter

Packages that use ILayoutPainter
org.openxava.web.layout   
 

Uses of ILayoutPainter in org.openxava.web.layout
 

Classes in org.openxava.web.layout that implement ILayoutPainter
 class AbstractBasePainter
          Base class for painters.
 class AbstractJspPainter
          Base painter for JSP type painters.
 class DefaultLayoutPainter
          Implements a basic Painter.
 

Methods in org.openxava.web.layout that return ILayoutPainter
static ILayoutPainter LayoutFactory.getLayoutPainterInstance(HttpServletRequest request)
           
 

Methods in org.openxava.web.layout with parameters of type ILayoutPainter
 void LayoutPainterManager.renderElements(ILayoutPainter painter, java.util.Collection<LayoutElement> elements, View view, PageContext pageContext)
          Render each element.