| Package | Description |
|---|---|
| org.apache.tapestry5.internal |
[INTERNAL USE ONLY] internal support classes; API subject to change.
|
| org.apache.tapestry5.internal.structure |
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterConduit |
InternalComponentResources.getParameterConduit(java.lang.String parameterName)
Gets a previously stored ParameterConduit, allowing PCs to be shared between a component
and a mixin of that component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternalComponentResources.setParameterConduit(java.lang.String parameterName,
ParameterConduit conduit)
Stores a ParameterConduit for later access.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterConduit |
InternalComponentResourcesImpl.getParameterConduit(java.lang.String parameterName) |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalComponentResourcesImpl.setParameterConduit(java.lang.String parameterName,
ParameterConduit conduit) |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.