|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IInjector
The IInjector interface defines a way to serialize a given IModel.
| Method Summary | |
|---|---|
void |
inject(IModel targetModel,
java.io.InputStream source,
java.util.Map<java.lang.String,java.lang.Object> options)
Injects data into an IModel using the given options. |
void |
inject(IModel targetModel,
java.lang.String source)
Injects data into an IModel using default options. |
void |
inject(IModel targetModel,
java.lang.String source,
java.util.Map<java.lang.String,java.lang.Object> options)
Injects data into an IModel using the given options. |
| Method Detail |
|---|
void inject(IModel targetModel,
java.lang.String source)
throws ATLCoreException
targetModel - the IModel where to injectsource - the source indication to load the sourceModel
ATLCoreException
void inject(IModel targetModel,
java.lang.String source,
java.util.Map<java.lang.String,java.lang.Object> options)
throws ATLCoreException
targetModel - the IModel where to injectsource - the source indication to load the sourceModel: an URL, or a specific thingoptions - the injection parameters
ATLCoreException
void inject(IModel targetModel,
java.io.InputStream source,
java.util.Map<java.lang.String,java.lang.Object> options)
throws ATLCoreException
targetModel - the IModel where to injectsource - the InputStream containing the modeloptions - the injection parameters
ATLCoreException
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||