org.apache.tapestry5.internal
Class SyntheticSymbolSourceContributionDef
java.lang.Object
org.apache.tapestry5.internal.AbstractContributionDef
org.apache.tapestry5.internal.SyntheticSymbolSourceContributionDef
- All Implemented Interfaces:
- ContributionDef
public class SyntheticSymbolSourceContributionDef
- extends AbstractContributionDef
Makes a contribution to the SymbolSource service configuration.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyntheticSymbolSourceContributionDef
public SyntheticSymbolSourceContributionDef(String contributionName,
SymbolProvider provider,
String... constraints)
contribute
public void contribute(ModuleBuilderSource moduleSource,
ServiceResources resources,
OrderedConfiguration configuration)
- Description copied from interface:
ContributionDef
- Performs the work needed to contribute into the ordered configuration.
- Specified by:
contribute
in interface ContributionDef
- Overrides:
contribute
in class AbstractContributionDef
- Parameters:
moduleSource
- the source, if needed, of the module instance associated with the contributionresources
- allows access to services visible to the moduleconfiguration
- the ordered configuration into which values should be loaded. This instance will encapsulate
all related error checks (such as passing of nulls or inappropriate classes).
getServiceId
public String getServiceId()
- Returns "SymbolSource".
Copyright © 2003-2012 The Apache Software Foundation.