Serialized Form
Package net.sf.navigator.displayer |
name
String name
- Holds value of property name.
type
String type
- Holds value of property type.
config
String config
- Holds value of property config.
Package net.sf.navigator.example |
Package net.sf.navigator.menu |
menuComponents
List<E> menuComponents
parentMenu
MenuComponent parentMenu
last
boolean last
breadCrumb
String breadCrumb
config
String config
name
String name
servletContext
javax.servlet.ServletContext servletContext
menus
org.apache.commons.collections.map.LinkedMap menus
displayers
org.apache.commons.collections.map.LinkedMap displayers
templates
org.apache.commons.collections.map.LinkedMap templates
breadCrumbDelimiter
String breadCrumbDelimiter
Package net.sf.navigator.taglib |
name
String name
target
String target
menuDisplayer
MenuDisplayer menuDisplayer
localeKey
String localeKey
name
String name
bundleKey
String bundleKey
id
String id
config
String config
permissions
String permissions
repository
String repository
rb
ResourceBundle rb
Package net.sf.navigator.taglib.el |
name
String name
target
String target
name
String name
bundle
String bundle
config
String config
locale
String locale
permissions
String permissions
repository
String repository
Package net.sf.navigator.util |
config
String config
- The configuration parameter used to initialize this MessageResources.
defaultLocale
Locale defaultLocale
- The default Locale for our environment.
factory
MessageResourcesFactory factory
- The
MessageResourcesFactory
that created this instance.
formats
HashMap<K,V> formats
- The set of previously created MessageFormat objects, keyed by the
key computed in
messageKey()
.
returnNull
boolean returnNull
- Indicate is a
null
is returned instead of an error message string
when an unknown Locale or key is requested.
returnNull
boolean returnNull
- The "return null" property value to which newly created
MessageResourcess should be initialized.
locales
HashMap<K,V> locales
- The set of locale keys for which we have already loaded messages, keyed
by the value calculated in
localeKey()
.
messages
HashMap<K,V> messages
- The cache of messages we have accumulated over time, keyed by the
value calculated in
messageKey()
.
Copyright © 2003-2007 SourceForge. All Rights Reserved.