|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoadService
LoadService provides methods to load data objects into the object store, localizing values if present
Method Summary | |
---|---|
java.lang.String |
loadObjects(java.io.InputStream in,
java.util.Properties localizers)
Loads the contents of the stream into the data object store |
java.lang.String |
loadObjects(java.io.InputStream in,
java.lang.String pkgUrl)
Loads the contents of the stream into the data object store |
Method Detail |
---|
java.lang.String loadObjects(java.io.InputStream in, java.util.Properties localizers)
in
- the data object input streamlocalizers
- localization properties
java.lang.String loadObjects(java.io.InputStream in, java.lang.String pkgUrl)
in
- the data object input streampkgUrl
- URL of package containing localization data
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |