Package org.apache.openejb.jee
Class FacesLocale
- java.lang.Object
-
- org.apache.openejb.jee.FacesLocale
-
public class FacesLocale extends Object
web-facesconfig_2_0.xsdJava class for faces-config-localeType simple type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="faces-config-localeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[a-z]{2}(_|-)?([\p{L}\-\p{Nd}]{2})?"/> </restriction> </simpleType>
-
-
Constructor Summary
Constructors Constructor Description FacesLocale()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()The localeType defines valid locale defined by ISO-639-1 and ISO-3166.voidsetValue(String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected String value
-
-