Uses of Class
com.sun.rave.web.ui.renderer.template.LayoutDefinitionManager

Packages that use LayoutDefinitionManager
com.sun.rave.web.ui.renderer.template This package provides a strategy for rendering complex components. 
com.sun.rave.web.ui.renderer.template.xml   
 

Uses of LayoutDefinitionManager in com.sun.rave.web.ui.renderer.template
 

Methods in com.sun.rave.web.ui.renderer.template that return LayoutDefinitionManager
static LayoutDefinitionManager LayoutDefinitionManager.getManager(javax.faces.context.FacesContext context)
          This is a factory method for obtaining the LayoutDefinitionManager.
static LayoutDefinitionManager LayoutDefinitionManager.getManager(java.lang.String className)
          This method is a singleton factory method for obtaining an instance of a LayoutDefintionManager.
 

Uses of LayoutDefinitionManager in com.sun.rave.web.ui.renderer.template.xml
 

Subclasses of LayoutDefinitionManager in com.sun.rave.web.ui.renderer.template.xml
 class XMLLayoutDefinitionManager
           This class is a concrete implmentation of the abstract class LayoutDefinitionManager.
 

Methods in com.sun.rave.web.ui.renderer.template.xml that return LayoutDefinitionManager
static LayoutDefinitionManager XMLLayoutDefinitionManager.getInstance()
          This method returns an instance of this LayoutDefinitionManager.