public interface ModletProvider
Modlet provider interface.ModelContext.findModlets()| Modifier and Type | Method and Description |
|---|---|
Modlets |
findModlets(ModelContext context)
Searches a given context for
Modlets. |
Modlets findModlets(ModelContext context) throws NullPointerException, ModelException
Modlets.context - The context to search for Modlets.Modlets found in the context or null, if no Modlets are found.NullPointerException - if context is null.ModelException - if searching the context fails.Copyright © 2005-2012 The JOMC Project. All Rights Reserved.