org.springframework.extensions.config
Class WebFrameworkConfigElement.RuntimeConfigDescriptor

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

public static class WebFrameworkConfigElement.RuntimeConfigDescriptor
extends WebFrameworkConfigElement.Descriptor


Method Summary
 String getEndpointId()
           
 List<String> getPersisterIds()
           
 String getStoreId()
           
 String getWebappId()
           
 
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

getEndpointId

public String getEndpointId()

getStoreId

public String getStoreId()

getWebappId

public String getWebappId()

getPersisterIds

public List<String> getPersisterIds()


Copyright © 2009 SpringSource, Inc. All Rights Reserved.