T
- the service interface of the referenced servicepublic interface IServiceReference<T extends org.apache.wicket.util.io.IClusterable>
extends org.apache.wicket.model.IDetachable
The service reference is cross-page safe. I.e. if a service lives on a different Page
B, then this
reference can still be serialized on Page
A.
This interface is not intended to be implemented by clients, the plugin framework will make instances available.
Modifier and Type | Method and Description |
---|---|
T |
getService()
The referenced service.
|
String |
getServiceId()
The id for the service.
|
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.