|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceMap
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(String name)
Returns the named service. |
boolean |
isValid(String name)
Returns true if the name is a known service, or false otherwise. |
| Method Detail |
|---|
IEngineService getService(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 existboolean isValid(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||