Class SyntheticModuleDef
java.lang.Object
org.apache.tapestry5.http.internal.SyntheticModuleDef
- All Implemented Interfaces:
ModuleDef
A synthetic module definition, used to mix in some additional "pre-built" service configuration contributions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns null.Returns the configured set.Returns an empty set.Returns "SyntheticModule".getServiceDef
(String serviceId) Returns null.Returns an empty set.
-
Constructor Details
-
SyntheticModuleDef
-
-
Method Details
-
getBuilderClass
Returns null.- Specified by:
getBuilderClass
in interfaceModuleDef
-
getContributionDefs
Returns the configured set.- Specified by:
getContributionDefs
in interfaceModuleDef
-
getDecoratorDefs
Returns an empty set.- Specified by:
getDecoratorDefs
in interfaceModuleDef
-
getLoggerName
Returns "SyntheticModule".- Specified by:
getLoggerName
in interfaceModuleDef
-
getServiceDef
Returns null.- Specified by:
getServiceDef
in interfaceModuleDef
- Parameters:
serviceId
- the id of the service to retrieve (case is ignored)- Returns:
- service definition or null if it doesn't exist
-
getServiceIds
Returns an empty set.- Specified by:
getServiceIds
in interfaceModuleDef
-