org.jboss.portal.portlet
Class ObjectFactoryImpl

java.lang.Object
  extended by org.jboss.portal.portlet.ObjectFactoryImpl
All Implemented Interfaces:
ObjectFactory
Direct Known Subclasses:
ObjectFactoryImpl

public class ObjectFactoryImpl
extends java.lang.Object
implements ObjectFactory


Constructor Summary
ObjectFactoryImpl()
           
 
Method Summary
 java.lang.Object create(MetaData metaData)
          Create a new object instance for the given metadata.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactoryImpl

public ObjectFactoryImpl()
Method Detail

create

public java.lang.Object create(MetaData metaData)
Description copied from interface: ObjectFactory
Create a new object instance for the given metadata.

Specified by:
create in interface ObjectFactory