|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.deployment.StereoTypeManager
public class StereoTypeManager
Manager for the StereoTypeModel instances.
It keeps map with name to model.
| Constructor Summary | |
|---|---|
StereoTypeManager()
Default constructor |
|
| Method Summary | |
|---|---|
void |
addStereoTypeModel(IStereoTypeModel model)
Adds new steretype model instance. |
static StereoTypeManager |
getInstance()
Deprecated. |
IStereoTypeModel |
getStereoTypeModel(String modelName)
Returns model with given name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StereoTypeManager()
| Method Detail |
|---|
@Deprecated public static StereoTypeManager getInstance()
public void addStereoTypeModel(IStereoTypeModel model)
model - new modelpublic IStereoTypeModel getStereoTypeModel(String modelName)
modelName - stereotype model name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||