|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ModelContainer
Public Linked Java object implementing the Model Container API
| Field Summary | |
|---|---|
static java.lang.String |
MODEL_INITIALIZATION_VARIABLE_NAME
Name of the special variable into which the Model Container pushes initialization data: "ModelInitializationData". |
| Method Summary | |
|---|---|
void |
callInitializationAction(WebAppAccess webAppAccess,
java.lang.Object initData,
java.lang.String force)
Call the module initialization action for the current model. |
java.lang.String |
getModelName()
Get the name of the model held by this container. |
java.lang.String |
getProfileName()
Get the name of the current model profile |
void |
load(WebAppAccess webAppAccess)
Immediately load the linked model to reflect the current model and profile. |
void |
setModelInstance(java.lang.Object webAppAccess)
Cause this container to use a specific model instance |
void |
setModelName(java.lang.String modelName)
Set the name of the model held by this container. |
void |
setProfileName(java.lang.String profileName)
Set the name of the current model profile |
| Field Detail |
|---|
static final java.lang.String MODEL_INITIALIZATION_VARIABLE_NAME
| Method Detail |
|---|
void callInitializationAction(WebAppAccess webAppAccess,
java.lang.Object initData,
java.lang.String force)
initData - the data to pass to the actionforce - if "true", calls action even if already calledjava.lang.String getModelName()
java.lang.String getProfileName()
void load(WebAppAccess webAppAccess)
webAppAccess - the instance of the model holding the model containervoid setModelInstance(java.lang.Object webAppAccess)
webAppAccess - the model instance to usevoid setModelName(java.lang.String modelName)
modelName - the model to containvoid setProfileName(java.lang.String profileName)
profileName - the profile in use
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||