|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImportContext
Interface ImportContext: defines the context for an ImportHandler.
ImportHandler| Method Summary | |
|---|---|
void |
add(ImportHandler handler,
String source,
Properties options,
Properties attribs,
Properties params)
Use this method in the body of ImportHandler's doImport(). |
String |
getLanguage(ImportHandler handler)
Get the name of the user's language. |
void |
setTtl(ImportHandler handler,
long ttl)
Use this method in the body of ImportHandler's doImport(). |
| Method Detail |
|---|
void setTtl(ImportHandler handler,
long ttl)
ttl - the time-to-live of the current results in seconds
void add(ImportHandler handler,
String source,
Properties options,
Properties attribs,
Properties params)
handler - the calling ImportHandlersource - eitheroptions - eitherattribs - eitherparams - eitheror null,
or null,
or null,
or nullString getLanguage(ImportHandler handler)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||