Package com.microstrategy.web.beans
Class WebComponentFactory
- java.lang.Object
 - 
- com.microstrategy.web.beans.WebComponentFactory
 
 
- 
public class WebComponentFactory extends java.lang.Object- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebComponentFactorygetInstance()Instantiates aWebComponentFactoryobject.WebComponentnewWebComponent() 
 - 
 
- 
- 
Method Detail
- 
getInstance
public static WebComponentFactory getInstance()
Instantiates aWebComponentFactoryobject.- Returns:
 - a new 
WebComponentFactoryobject. 
 
- 
newWebComponent
public WebComponent newWebComponent()
- Returns:
 - a new generic WebComponent
 
 
 - 
 
 -