public class ApplicationFactory
extends java.lang.Object
Application objects.
The following code example shows how to create an instance of Application:
Application app = ApplicationFactory.createApplication();
| Constructor and Description |
|---|
ApplicationFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Application |
createApplication()
Creates an
Application object. |
public static Application createApplication()
Application object.Application object