org.springframework.extensions.config
Class WebFrameworkConfigElement.PersisterConfigDescriptor

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

public static class WebFrameworkConfigElement.PersisterConfigDescriptor
extends WebFrameworkConfigElement.Descriptor


Method Summary
 Integer getCacheCheckDelay()
           
 Boolean getCacheEnabled()
           
 void setCacheCheckDelay(int cacheCheckDelay)
           
 void setCacheEnabled(boolean cacheEnabled)
           
 
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

getCacheEnabled

public Boolean getCacheEnabled()

getCacheCheckDelay

public Integer getCacheCheckDelay()

setCacheEnabled

public void setCacheEnabled(boolean cacheEnabled)

setCacheCheckDelay

public void setCacheCheckDelay(int cacheCheckDelay)


Copyright © 2009 SpringSource, Inc. All Rights Reserved.