Package org.apache.openejb.jee
Class FacesELExpression
- java.lang.Object
-
- org.apache.openejb.jee.FacesELExpression
-
public class FacesELExpression extends Object
web-facesconfig_2_0.xsdJava 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>
-
-
Constructor Summary
Constructors Constructor Description FacesELExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()EL expressions present within a faces config file must start with the character sequence of '#{' and end with '}'.voidsetValue(String value)Sets the value of the value property.
-