|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 ModuleDef
public Set<ContributionDef> getContributionDefs()
getContributionDefs
in interface ModuleDef
public Set<DecoratorDef> getDecoratorDefs()
getDecoratorDefs
in interface ModuleDef
public String getLoggerName()
getLoggerName
in interface ModuleDef
public ServiceDef getServiceDef(String serviceId)
getServiceDef
in interface ModuleDef
serviceId
- 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 |