org.beanfabrics.model
Class PMManager

java.lang.Object
  extended by org.beanfabrics.model.PMManager

public class PMManager
extends java.lang.Object


Method Summary
static PMManager getInstance()
           
 MetadataRegistry getMetadata()
           
protected  void processPresentationModel(PresentationModel model)
           
static void setup(PresentationModel model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setup

public static void setup(PresentationModel model)

getInstance

public static PMManager getInstance()

getMetadata

public MetadataRegistry getMetadata()

processPresentationModel

protected void processPresentationModel(PresentationModel model)