com.arsdigita.util
Interface StringUtils.PlaceholderValueGenerator

Enclosing interface:
StringUtils

public static interface StringUtils.PlaceholderValueGenerator

An interface allowing the value for a placeholder to be dynamically generated.


Method Summary
 String generate(String key)
          Returns the value corresponding to the supplied key placeholder.
 

Method Detail

generate

public String generate(String key)
Returns the value corresponding to the supplied key placeholder.

Parameters:
key - the key being substituted


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC