org.apache.openejb.jee
Class FacesLocale

java.lang.Object
  extended by org.apache.openejb.jee.FacesLocale

public class FacesLocale
extends Object

The localeType defines valid locale defined by ISO-639-1 and ISO-3166.

Java 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>
 


Field Summary
protected  String value
           
 
Constructor Summary
FacesLocale()
           
 
Method Summary
 String getValue()
          The localeType defines valid locale defined by ISO-639-1 and ISO-3166.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value
Constructor Detail

FacesLocale

public FacesLocale()
Method Detail

getValue

public String getValue()
The localeType defines valid locale defined by ISO-639-1 and ISO-3166.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.