Uses of Interface
org.apache.tapestry5.internal.transform.ParameterConduit

Packages that use ParameterConduit
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
 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
 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
 ParameterConduit InternalComponentResourcesImpl.getParameterConduit(String parameterName)
           
 

Methods in org.apache.tapestry5.internal.structure with parameters of type ParameterConduit
 void InternalComponentResourcesImpl.setParameterConduit(String parameterName, ParameterConduit conduit)
           
 



Copyright © 2003-2012 The Apache Software Foundation.