org.springframework.extensions.config
Class WebStudioConfigElement.ApplicationDescriptor

java.lang.Object
  extended by org.springframework.extensions.config.WebStudioConfigElement.Descriptor
      extended by org.springframework.extensions.config.WebStudioConfigElement.ApplicationDescriptor
Enclosing class:
WebStudioConfigElement

public static class WebStudioConfigElement.ApplicationDescriptor
extends WebStudioConfigElement.Descriptor


Method Summary
 String getClassName()
           
 String getDescription()
           
 String getImageUrl()
           
 WebStudioConfigElement.PanelDescriptor getPanelDescriptor(String panelId)
           
 String[] getPanelIds()
           
 String getTitle()
           
 
Methods inherited from class org.springframework.extensions.config.WebStudioConfigElement.Descriptor
get, getId, getProperty, getStringProperty, getStringPropertyEx, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTitle

public String getTitle()

getDescription

public String getDescription()

getImageUrl

public String getImageUrl()

getClassName

public String getClassName()

getPanelIds

public String[] getPanelIds()

getPanelDescriptor

public WebStudioConfigElement.PanelDescriptor getPanelDescriptor(String panelId)


Copyright © 2009 SpringSource, Inc. All Rights Reserved.