|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.internal.SyntheticModuleDef
public class SyntheticModuleDef
A synthetic module definition, used to mix in some additional "pre-built" service configuration contributions.
| Constructor Summary | |
|---|---|
SyntheticModuleDef(ContributionDef... contributionDefs)
|
|
| Method Summary | |
|---|---|
Class |
getBuilderClass()
Returns null. |
Set<ContributionDef> |
getContributionDefs()
Returns the configured set. |
Set<DecoratorDef> |
getDecoratorDefs()
Returns an empty set. |
String |
getLoggerName()
Returns "SyntheticModule". |
ServiceDef |
getServiceDef(String serviceId)
Returns null. |
Set<String> |
getServiceIds()
Returns an empty set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SyntheticModuleDef(ContributionDef... contributionDefs)
| Method Detail |
|---|
public Class getBuilderClass()
getBuilderClass in interface ModuleDefpublic Set<ContributionDef> getContributionDefs()
getContributionDefs in interface ModuleDefpublic Set<DecoratorDef> getDecoratorDefs()
getDecoratorDefs in interface ModuleDefpublic String getLoggerName()
getLoggerName in interface ModuleDefpublic ServiceDef getServiceDef(String serviceId)
getServiceDef in interface ModuleDefserviceId - the id of the service to retrieve (case is ignored)
public Set<String> getServiceIds()
getServiceIds in interface ModuleDef
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||