public final class FileSettingStoreFactory extends java.lang.Object implements SettingStoreFactory
FileSettingStore
.
This implementation uses the following strategy to determine the path for persisting the data of the session store instances.
"org.eclipse.rap.rwt.service.FileSettingStore.dir"
in the web.xml."javax.servlet.context.tempdir"
attribute in
the servlet context."java.io.tempdir"
property.Constructor and Description |
---|
FileSettingStoreFactory() |
Modifier and Type | Method and Description |
---|---|
SettingStore |
createSettingStore(java.lang.String id)
Creates and initializes a new specific setting store instance.
|
public SettingStore createSettingStore(java.lang.String id)
SettingStoreFactory
createSettingStore
in interface SettingStoreFactory
id
- the ID for the setting store to create, must not be null
or emptynull
Copyright (c) EclipseSource and others 2002, 2014.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0