public class FacesELExpression
extends java.lang.Object
Java class for faces-config-el-expressionType simple type.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="faces-config-el-expressionType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <pattern value="#\{.*\}"/>
   </restriction>
 </simpleType>
 | Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
value  | 
| Constructor and Description | 
|---|
FacesELExpression()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getValue()
EL expressions present within a faces config file
 must start with the character sequence of '#{' and
 end with '}'. 
 | 
void | 
setValue(java.lang.String value)
Sets the value of the value property. 
 | 
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
              String