Class LocaleCharsetInfo

  • All Implemented Interfaces:
    Serializable

    public class LocaleCharsetInfo
    extends RuntimeDescriptor
    this class contains runtime information for the web bundle it was kept to be backward compatible with the schema2beans descriptors generated by iAS 7.0 engineering team.
    Author:
    Jerome Dochez
    See Also:
    Serialized Form
    • Constructor Detail

      • LocaleCharsetInfo

        public LocaleCharsetInfo()
    • Method Detail

      • setLocaleCharsetMap

        public void setLocaleCharsetMap​(int index,
                                        LocaleCharsetMap value)
      • getLocaleCharsetMap

        public LocaleCharsetMap getLocaleCharsetMap​(int index)
      • setLocaleCharsetMap

        public void setLocaleCharsetMap​(LocaleCharsetMap[] value)
      • sizeLocaleCharsetMap

        public int sizeLocaleCharsetMap()
      • addLocaleCharsetMap

        public int addLocaleCharsetMap​(LocaleCharsetMap value)
      • removeLocaleCharsetMap

        public int removeLocaleCharsetMap​(LocaleCharsetMap value)
      • setParameterEncoding

        public void setParameterEncoding​(boolean value)
      • isParameterEncoding

        public boolean isParameterEncoding()
      • verify

        public boolean verify()