| org.apache.beehive.netui.script.common.AbstractScriptableMap org.apache.beehive.netui.script.common.BundleMap
BundleMap | public class BundleMap extends AbstractScriptableMap (Code) | | Provide a
java.util.Map of
org.apache.beehive.netui.script.common.BundleMap.BundleNodeMap objects that can expose various implementations of
BundleNode to
expression languages. This
java.util.Map implementation is
optimized for read as the entrySet() is created lazily. In addition, the
entrySet does not contain all possible BundleNodeMap objects as named
"message-resources" bundles are discovered at runtime and requested by name.
|
Inner Class :final class BundleNodeEntry extends Entry | |
DEFAULT_STRUTS_BUNDLE_NAME | final public static String DEFAULT_STRUTS_BUNDLE_NAME(Code) | | |
containsKey | public boolean containsKey(Object key)(Code) | | Implementation of Map.containsKey for the bundle implicit object.
This method is required by JSP 2.0 EL and performs the lookups of the
various available bundles which have been registered either explicitly or
implicitly.
Parameters: key - The name of a bundle to lookup true if the bundle is available; false otherwise |
|
|