|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A factory enabling the establishment of new containment model instances.
Method Summary | |
ComponentModel |
createComponentModel(ComponentContext context)
Creation of a new nested component model using a supplied component context. |
ContainmentModel |
createContainmentModel(ContainmentContext context)
Creation of a new nested containment model using a supplied containment context. |
ContainmentModel |
createRootContainmentModel(ContainmentProfile profile)
Creation of a new root containment model. |
ContainmentModel |
createRootContainmentModel(URL url)
Creation of a new root containment model. |
Method Detail |
public ContainmentModel createRootContainmentModel(URL url) throws ModelException
url
- a url of a containment profile
ModelException
- if an error occurs during model establishmentpublic ContainmentModel createRootContainmentModel(ContainmentProfile profile) throws ModelException
profile
- a containment profile
ModelException
- if an error occurs during model establishmentpublic ComponentModel createComponentModel(ComponentContext context) throws ModelException
context
- a potentially foreign component context
ModelException
public ContainmentModel createContainmentModel(ContainmentContext context) throws ModelException
context
- a potentially foreign containment context
ModelException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |