org.apache.tapestry5.internal.util
Interface ParameterBuilder

All Known Implementing Classes:
StringParameterBuilder

public interface ParameterBuilder

Builds single parameter value to pass into a method being invoked by a MethodInvocationBuilder.


Method Summary
 String buildParameter(ClassTransformation transformation)
           
 

Method Detail

buildParameter

String buildParameter(ClassTransformation transformation)
Parameters:
transformation -
Returns:
the expression for the parameter


Copyright © 2003-2012 The Apache Software Foundation.