Uses of Class
net.n2oapp.properties.ReloadableProperties
-
Packages that use ReloadableProperties Package Description net.n2oapp.properties.reader net.n2oapp.properties.web -
-
Uses of ReloadableProperties in net.n2oapp.properties.reader
Methods in net.n2oapp.properties.reader that return ReloadableProperties Modifier and Type Method Description static ReloadablePropertiesPropertiesReader. getReloadableFromClasspath(String name, int cacheTime)static ReloadablePropertiesPropertiesReader. getReloadableFromFilesystem(String location, int cacheTime)static ReloadablePropertiesPropertiesReader. getReloadableFromResource(org.springframework.core.io.Resource resource, int cacheTime) -
Uses of ReloadableProperties in net.n2oapp.properties.web
Subclasses of ReloadableProperties in net.n2oapp.properties.web Modifier and Type Class Description classServletPathPropertiesUser: operhod Date: 21.02.14 Time: 15:15 Properties, which lie at a root of classpath with name equal to contextPath of web applicationMethods in net.n2oapp.properties.web that return ReloadableProperties Modifier and Type Method Description ReloadablePropertiesWebApplicationProperties. getEnvProperties()ReloadablePropertiesWebApplicationProperties. getServletProperties()
-