org.apache.openejb.jee
Class FacesELExpression
java.lang.Object
org.apache.openejb.jee.FacesELExpression
public class FacesELExpression
- extends java.lang.Object
EL expressions present within a faces config file
must start with the character sequence of '#{' and
end with '}'.
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>
Field Summary |
protected java.lang.String |
value
|
Method Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected java.lang.String value
FacesELExpression
public FacesELExpression()
getValue
public java.lang.String getValue()
- EL expressions present within a faces config file
must start with the character sequence of '#{' and
end with '}'.
- Returns:
- possible object is
String
setValue
public void setValue(java.lang.String value)
- Sets the value of the value property.
- Parameters:
value
- allowed object is
String
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.