| java.lang.Object com.sun.portal.rssportlet.Resources
Resources | public class Resources (Code) | | This class is a wrapper around the Java ResourceBundle
mechanism. It catches the missing resource exception that would
normally result from a missing resource and instead returns the
string key.This allows the application to function with a missing
resource string, but still allows the problem to be identified.
This class does not catch the missing resource exception that results
from a non-existent reosurce bundle.
|
Method Summary | |
public String | get(String key) Get a resource string from this resource object. |
get | public String get(String key)(Code) | | Get a resource string from this resource object.
If the resource string identified by the key argument
is not found, the key itself is returned.
|
|
|