|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Service interface for tapestry.services.ServiceMap
, provides access to engine
services defined in the HiveMind module deployment descriptors.
Note: In Tapestry 3.0 and earlier, a <service> element in the application and library specifications was used to define services. This is no longer supported.
Method Summary | |
IEngineService |
getService(java.lang.String name)
Returns the named service. |
boolean |
isValid(java.lang.String name)
Returns true if the name is a known service, or false otherwise. |
Method Detail |
public IEngineService getService(java.lang.String name)
name
- the unique name for the service, as defined by each service instance's
IEngineService.getName()
method.
org.apache.hivemind.ApplicationRuntimeException
- if the named service does not existpublic boolean isValid(java.lang.String name)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |