| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.mvc.ServiceLocator
Method Summary | |
| public | addService ( serviceId: String, service: Object ): Void |
| Adds the service specified by the serviceId. | |
| public static | getInstance ( ): ServiceLocator |
| public | getService ( serviceId: String ): Object |
| Gets the service specified by the serviceId. | |
|
| Adds the service specified by the serviceId. If no service exists for the service name, an Error will be thrown. | ||||||
|
|
|
| Gets the service specified by the serviceId. If no service exists for the service name, an Error will be thrown. | |||
|