FileDocCategorySizeDatePackage
IStringSource.javaAPI DocGlassfish v2 API2336Fri May 04 22:34:10 BST 2007com.sun.enterprise.admin.util

IStringSource

public interface IStringSource
Interface for providing a source of Strings based on String key values.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetString(java.lang.String key)
Somehow get a string referenced by the designated key.

param
key the key to lookup the string
returns
the string, or null if string cannot be found