|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rwt.service.RWTFileSettingStoreFactory
ISettingStoreFactory
that creates FileSettingStore
instances.
This particular implementation uses the following strategy to determine the path for persisting the data of a FileSettingStore:
"org.eclipse.rwt.service.FileSettingStore.dir"
in the
web.xml.
"javax.servlet.context.tempdir"
attribute in the servlet context.
"java.io.tempdir"
property.
Note: This setting store factory should be used in an RWT-only
deployment. For a regular RAP deployment use the
WorkbenchFileSettingStoreFactory
.
Constructor Summary | |
RWTFileSettingStoreFactory()
|
Method Summary | |
ISettingStore |
createSettingStore(String storeId)
Create, initialize and return a specific ISettingStore instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RWTFileSettingStoreFactory()
Method Detail |
public ISettingStore createSettingStore(String storeId)
ISettingStoreFactory
createSettingStore
in interface ISettingStoreFactory
storeId
- a non-null, non-empty, non-whitespace-only String.
ISettingStore
instance; never null
|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.