synergynetframework.appsystem.contentsystem.jme.items.factory
Class JMEImplementationItemFactory

java.lang.Object
  extended by synergynetframework.appsystem.contentsystem.jme.items.factory.JMEImplementationItemFactory
All Implemented Interfaces:
java.io.Serializable, IImplementationItemFactory

public class JMEImplementationItemFactory
extends java.lang.Object
implements IImplementationItemFactory

A factory for creating JMEImplementationItem objects.

See Also:
Serialized Form

Field Summary
static java.lang.String JME_IMPLEMENTATION_ITEM_FOLDER
          The Constant JME_IMPLEMENTATION_ITEM_FOLDER.
 
Constructor Summary
JMEImplementationItemFactory()
           
 
Method Summary
 IContentItemImplementation create(ContentItem contentItem)
          Creates the.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JME_IMPLEMENTATION_ITEM_FOLDER

public static final java.lang.String JME_IMPLEMENTATION_ITEM_FOLDER
The Constant JME_IMPLEMENTATION_ITEM_FOLDER.

See Also:
Constant Field Values
Constructor Detail

JMEImplementationItemFactory

public JMEImplementationItemFactory()
Method Detail

create

public IContentItemImplementation create(ContentItem contentItem)
Description copied from interface: IImplementationItemFactory
Creates the.

Specified by:
create in interface IImplementationItemFactory
Parameters:
contentItem - the content item
Returns:
the i content item implementation