站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

LocaleInfo.Infos - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.common.util
Class LocaleInfo.Infos

java.lang.Object
  extended byorg.jboss.portal.common.util.LocaleInfo.Infos
Enclosing class:
LocaleInfo

private static class LocaleInfo.Infos
extends java.lang.Object

Hold the several ways to retrieve infos object.


Field Summary
private  java.util.Map byLocale
          The info by locale.
private  java.util.Map byLocaleCode
          The info by locale#toString() code.
private  java.util.Map byRFC3066LanguageTag
          The info by locale RFC3066 language tag.
private  java.util.List list
          All the infos.
private  java.util.List unmodifiableList
          All the infos as an unmodifiable list.
 
Constructor Summary
LocaleInfo.Infos()
          Construct a new info object.
LocaleInfo.Infos(LocaleInfo.Infos that)
          Clone the info object state passed as argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

byLocale

private java.util.Map byLocale
The info by locale.


byLocaleCode

private java.util.Map byLocaleCode
The info by locale#toString() code.


byRFC3066LanguageTag

private java.util.Map byRFC3066LanguageTag
The info by locale RFC3066 language tag.


list

private java.util.List list
All the infos.


unmodifiableList

private java.util.List unmodifiableList
All the infos as an unmodifiable list.

Constructor Detail

LocaleInfo.Infos

public LocaleInfo.Infos()
Construct a new info object.


LocaleInfo.Infos

public LocaleInfo.Infos(LocaleInfo.Infos that)
Clone the info object state passed as argument.