org.granite.config.flex
Class Adapter

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

public class Adapter
extends Object

Author:
Franck WOLFF

Constructor Summary
Adapter(String id, String className, XMap properties)
           
 
Method Summary
static Adapter 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
 

Constructor Detail

Adapter

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

getId

public String getId()

getClassName

public String getClassName()

getProperties

public XMap getProperties()

forElement

public static Adapter forElement(XMap element)