|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.FacesConfigLocaleConfigType
public class FacesConfigLocaleConfigType
The "locale-config" element allows the app developer to declare theĀ supported locales for this application.
Java class for faces-config-locale-configType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-locale-configType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="default-locale" type="{http://java.sun.com/xml/ns/javaee}faces-config-default-localeType" minOccurs="0"/>
<element name="supported-locale" type="{http://java.sun.com/xml/ns/javaee}faces-config-supported-localeType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected FacesConfigDefaultLocaleType |
defaultLocale
|
protected String |
id
|
protected FacesConfigSupportedLocaleType[] |
supportedLocale
|
| Constructor Summary | |
|---|---|
FacesConfigLocaleConfigType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.FacesConfigLocaleConfigType instance. |
|
FacesConfigLocaleConfigType(FacesConfigLocaleConfigType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.FacesConfigLocaleConfigType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
FacesConfigLocaleConfigType |
clone()
Creates and returns a copy of this object. |
protected void |
copySupportedLocale(FacesConfigSupportedLocaleType[] source)
Copies all values of property SupportedLocale. |
FacesConfigDefaultLocaleType |
getDefaultLocale()
Gets the value of the defaultLocale property. |
String |
getId()
Gets the value of the id property. |
FacesConfigSupportedLocaleType[] |
getSupportedLocale()
|
FacesConfigSupportedLocaleType |
getSupportedLocale(int idx)
|
int |
getSupportedLocaleLength()
|
void |
setDefaultLocale(FacesConfigDefaultLocaleType value)
Sets the value of the defaultLocale property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setSupportedLocale(FacesConfigSupportedLocaleType[] values)
|
FacesConfigSupportedLocaleType |
setSupportedLocale(int idx,
FacesConfigSupportedLocaleType value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FacesConfigDefaultLocaleType defaultLocale
protected FacesConfigSupportedLocaleType[] supportedLocale
protected String id
| Constructor Detail |
|---|
public FacesConfigLocaleConfigType()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.FacesConfigLocaleConfigType instance.
public FacesConfigLocaleConfigType(FacesConfigLocaleConfigType o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.FacesConfigLocaleConfigType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public FacesConfigDefaultLocaleType getDefaultLocale()
FacesConfigDefaultLocaleTypepublic void setDefaultLocale(FacesConfigDefaultLocaleType value)
value - allowed object is
FacesConfigDefaultLocaleTypepublic FacesConfigSupportedLocaleType[] getSupportedLocale()
FacesConfigSupportedLocaleTypepublic FacesConfigSupportedLocaleType getSupportedLocale(int idx)
FacesConfigSupportedLocaleTypepublic int getSupportedLocaleLength()
public void setSupportedLocale(FacesConfigSupportedLocaleType[] values)
values - allowed objects are
FacesConfigSupportedLocaleType
public FacesConfigSupportedLocaleType setSupportedLocale(int idx,
FacesConfigSupportedLocaleType value)
value - allowed object is
FacesConfigSupportedLocaleTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringprotected void copySupportedLocale(FacesConfigSupportedLocaleType[] source)
SupportedLocale.
source - The source to copy from.
NullPointerException - if source is null.public FacesConfigLocaleConfigType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||