Uses of Interface
org.apache.tapestry5.internal.transform.ParameterConduit
-
Packages that use ParameterConduit 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. -
-
Uses of ParameterConduit in org.apache.tapestry5.internal
Methods in org.apache.tapestry5.internal that return ParameterConduit Modifier and Type Method Description ParameterConduit
InternalComponentResources. 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 ParameterConduit Modifier and Type Method Description void
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 ParameterConduit Modifier and Type Method Description ParameterConduit
InternalComponentResourcesImpl. getParameterConduit(String parameterName)
Methods in org.apache.tapestry5.internal.structure with parameters of type ParameterConduit Modifier and Type Method Description void
InternalComponentResourcesImpl. setParameterConduit(String parameterName, ParameterConduit conduit)
-