|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.rap.rwt.service.FileSettingStoreFactory
public final class FileSettingStoreFactory
A setting store factory that creates instances of 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 Summary | |
---|---|
FileSettingStoreFactory()
|
Method Summary | |
---|---|
SettingStore |
createSettingStore(java.lang.String id)
Creates and initializes a new specific setting store instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileSettingStoreFactory()
Method Detail |
---|
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 empty
null
|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.