Uses of Interface
org.apache.webbeans.deployment.stereotype.IStereoTypeModel
-
Packages that use IStereoTypeModel Package Description org.apache.webbeans.deployment -
-
Uses of IStereoTypeModel in org.apache.webbeans.deployment
Classes in org.apache.webbeans.deployment that implement IStereoTypeModel Modifier and Type Class Description classStereoTypeModelDefault implementation of theIStereoTypeModelcontract.Methods in org.apache.webbeans.deployment that return IStereoTypeModel Modifier and Type Method Description IStereoTypeModelStereoTypeManager. getStereoTypeModel(String modelName)Returns model with given name.Methods in org.apache.webbeans.deployment with parameters of type IStereoTypeModel Modifier and Type Method Description voidStereoTypeManager. addStereoTypeModel(IStereoTypeModel model)Adds new steretype model instance.
-