org.apache.tapestry5.internal.services
Interface StringProvider


public interface StringProvider

Interface used when assembling an attribute value that contains expansions.


Method Summary
 String provideString()
          Ask the object to provide the desired string.
 

Method Detail

provideString

String provideString()
Ask the object to provide the desired string. Often this involves computing the string value dynamically, or aggregating together multiple StringProviders.



Copyright © 2003-2012 The Apache Software Foundation.