|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceResources
Contains resources that may be provided to a service when it initializes, which includes other services defined in
the registry. ServiceResources provides access to other services (it extends
ObjectLocator
).
Method Summary | |
---|---|
Class |
getImplementationClass()
Deprecated. Deprecated in 5.3 with no replacement. May be removed in 5.4. |
org.slf4j.Logger |
getLogger()
Returns a Logger appropriate for logging messages. |
String |
getServiceId()
Returns the fully qualified id of the service. |
Class |
getServiceInterface()
Returns the service interface implemented by the service. |
OperationTracker |
getTracker()
Returns an object that can be used to track operations related to constructing, configuring, decorating and initializing the service. |
Methods inherited from interface org.apache.tapestry5.ioc.ObjectLocator |
---|
autobuild, autobuild, getObject, getService, getService, getService, proxy |
Methods inherited from interface org.apache.tapestry5.ioc.AnnotationAccess |
---|
getClassAnnotationProvider, getMethodAnnotationProvider |
Method Detail |
---|
String getServiceId()
Class getServiceInterface()
org.slf4j.Logger getLogger()
OperationTracker getTracker()
Class getImplementationClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |