|
||||||||||
| 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 | |
|---|---|
java.lang.Class |
getBuilderClass()
Returns null. |
java.util.Set<ContributionDef> |
getContributionDefs()
Returns the configured set. |
java.util.Set<DecoratorDef> |
getDecoratorDefs()
Returns an empty set. |
java.lang.String |
getLoggerName()
Returns "SyntheticModule". |
ServiceDef |
getServiceDef(java.lang.String serviceId)
Returns null. |
java.util.Set<java.lang.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 java.lang.Class getBuilderClass()
getBuilderClass in interface ModuleDefpublic java.util.Set<ContributionDef> getContributionDefs()
getContributionDefs in interface ModuleDefpublic java.util.Set<DecoratorDef> getDecoratorDefs()
getDecoratorDefs in interface ModuleDefpublic java.lang.String getLoggerName()
getLoggerName in interface ModuleDefpublic ServiceDef getServiceDef(java.lang.String serviceId)
getServiceDef in interface ModuleDefserviceId - the id of the service to retrieve (case is ignored)
public java.util.Set<java.lang.String> getServiceIds()
getServiceIds in interface ModuleDef
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||