org.granite.config.flex
Class Factory

java.lang.Object
  extended by org.granite.config.flex.Factory

public class Factory
extends Object

Author:
Franck WOLFF

Field Summary
static Factory DEFAULT_FACTORY
           
 
Constructor Summary
Factory(String id, String className, XMap properties)
           
 
Method Summary
static Factory forElement(XMap element)
           
 String getClassName()
           
 String getId()
           
 XMap getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_FACTORY

public static final Factory DEFAULT_FACTORY
Constructor Detail

Factory

public Factory(String id,
               String className,
               XMap properties)
Method Detail

getId

public String getId()

getClassName

public String getClassName()

getProperties

public XMap getProperties()

forElement

public static Factory forElement(XMap element)