org.springframework.extensions.config
Class WebFrameworkConfigElement.TypeDescriptor

java.lang.Object
  extended by org.springframework.extensions.config.WebFrameworkConfigElement.Descriptor
      extended by org.springframework.extensions.config.WebFrameworkConfigElement.TypeDescriptor
Enclosing class:
WebFrameworkConfigElement

public static class WebFrameworkConfigElement.TypeDescriptor
extends WebFrameworkConfigElement.Descriptor


Method Summary
 String getDescription()
           
 String getImplementationClass()
           
 String getName()
           
 String getNamespace()
           
 String getPersisterId()
           
 String getVersion()
           
 void setPersisterId(String persisterId)
           
 
Methods inherited from class org.springframework.extensions.config.WebFrameworkConfigElement.Descriptor
attributes, get, getAttribute, getId, getProperty, getStringAttribute, getStringProperty, map, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImplementationClass

public String getImplementationClass()

getDescription

public String getDescription()

getName

public String getName()

getNamespace

public String getNamespace()

getVersion

public String getVersion()

getPersisterId

public String getPersisterId()

setPersisterId

public void setPersisterId(String persisterId)


Copyright © 2009 SpringSource, Inc. All Rights Reserved.