Uses of Interface
org.apache.tapestry5.internal.transform.ParameterConduit
Packages that use ParameterConduit
Package
Description
[INTERNAL USE ONLY] internal support classes; API subject to change.
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
-
Uses of ParameterConduit in org.apache.tapestry5.internal
Methods in org.apache.tapestry5.internal that return ParameterConduitModifier and TypeMethodDescriptionInternalComponentResources.getParameterConduit
(String parameterName) Gets a previously stored ParameterConduit, allowing PCs to be shared between a component and a mixin of that component.Methods in org.apache.tapestry5.internal with parameters of type ParameterConduitModifier and TypeMethodDescriptionvoid
InternalComponentResources.setParameterConduit
(String parameterName, ParameterConduit conduit) Stores a ParameterConduit for later access. -
Uses of ParameterConduit in org.apache.tapestry5.internal.structure
Methods in org.apache.tapestry5.internal.structure that return ParameterConduitModifier and TypeMethodDescriptionInternalComponentResourcesImpl.getParameterConduit
(String parameterName) Methods in org.apache.tapestry5.internal.structure with parameters of type ParameterConduitModifier and TypeMethodDescriptionvoid
InternalComponentResourcesImpl.setParameterConduit
(String parameterName, ParameterConduit conduit)