
public interface ModletProvider
Modlet provider interface.ModelContext.findModlets(org.jomc.modlet.Modlets)| Modifier and Type | Method and Description |
|---|---|
Modlets |
findModlets(ModelContext context)
Deprecated.
As of JOMC 1.6, replaced by
findModlets(org.jomc.modlet.ModelContext, org.jomc.modlet.Modlets).
This method will be removed in JOMC 2.0. |
Modlets |
findModlets(ModelContext context,
Modlets modlets)
Searches a given context for
Modlets. |
int |
getOrdinal()
Gets the ordinal number of the provider.
|
int getOrdinal()
@Deprecated Modlets findModlets(ModelContext context) throws NullPointerException, ModelException
findModlets(org.jomc.modlet.ModelContext, org.jomc.modlet.Modlets).
This method will be removed in JOMC 2.0.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.Modlets findModlets(ModelContext context, Modlets modlets) throws NullPointerException, ModelException
Modlets.context - The context to search for Modlets.modlets - The Modlets currently being searched.Modlets found in the context or null, if no Modlets are found.NullPointerException - if context or modlets is null.ModelException - if searching the context fails.Copyright © 2005–2016 The JOMC Project. All rights reserved.