org.springframework.extensions.config
Class WebStudioConfigElement.Descriptor

java.lang.Object
  extended by org.springframework.extensions.config.WebStudioConfigElement.Descriptor
Direct Known Subclasses:
WebStudioConfigElement.ApplicationDescriptor, WebStudioConfigElement.PanelDescriptor
Enclosing class:
WebStudioConfigElement

public static class WebStudioConfigElement.Descriptor
extends Object


Method Summary
 Object get(String key)
           
 String getId()
           
 Object getProperty(String key)
           
 String getStringProperty(String key)
           
 String getStringPropertyEx(String key)
           
 void put(org.dom4j.Element el)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

put

public void put(org.dom4j.Element el)

get

public Object get(String key)

getId

public String getId()

getProperty

public Object getProperty(String key)

getStringProperty

public String getStringProperty(String key)

getStringPropertyEx

public String getStringPropertyEx(String key)


Copyright © 2009 SpringSource, Inc. All Rights Reserved.