|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BusinessControl
Description:
use for e.g. a key to store stuff, and to get a context for the search engine,
to later open the correct navigational paths.
the business control is a immutable object.
usage:
final ores = ... (a OLATResourceable)
ContextEntry ce = new ContextEntry() {
public OLATResourceable getOLATResourceable() {
return ores;
}};
WindowControl bwControl = BusinessControlFactory.getInstance().createBusinessWindowControl(ce, wControl);
Initial Date: 14.06.2006
| Field Summary | |
|---|---|
static java.lang.String |
DELIMITER_TAG
|
static java.lang.String |
END_TAG
|
static java.lang.String |
START_TAG
|
| Method Summary | |
|---|---|
void |
dropLauncherEntries()
used when the current contextentry cannot be resolved (e.g. |
java.lang.String |
getAsString()
Get String represation of BusinessControl. |
boolean |
hasContextEntry()
if still some more context entries for spawning are available |
ContextEntry |
popLauncherContextEntry()
pop context entry for further processing, this is used for spawning controllers |
void |
setCurrentContextEntry(ContextEntry cw)
set new context entry which reflects latest state of a controller, which can be reactivated |
| Field Detail |
|---|
static final java.lang.String START_TAG
static final java.lang.String END_TAG
static final java.lang.String DELIMITER_TAG
| Method Detail |
|---|
java.lang.String getAsString()
ContextEntry popLauncherContextEntry()
void setCurrentContextEntry(ContextEntry cw)
cw - void dropLauncherEntries()
boolean hasContextEntry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||