Package org.apache.openejb.jee
Class FacesFromAction
- java.lang.Object
-
- org.apache.openejb.jee.FacesFromAction
-
public class FacesFromAction extends Object
web-facesconfig_2_0.xsdJava class for faces-config-from-actionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-from-actionType"> <simpleContent> <extension base="<http://java.sun.com/xml/ns/javaee>faces-config-el-expressionType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected FacesELExpressionvalue
-
Constructor Summary
Constructors Constructor Description FacesFromAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.FacesELExpressiongetValue()EL expressions present within a faces config file must start with the character sequence of '#{' and end with '}'.voidsetId(String value)Sets the value of the id property.voidsetValue(FacesELExpression value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected FacesELExpression value
-
id
protected String id
-
-
Method Detail
-
getValue
public FacesELExpression getValue()
EL expressions present within a faces config file must start with the character sequence of '#{' and end with '}'.- Returns:
- possible object is
FacesELExpression
-
setValue
public void setValue(FacesELExpression value)
Sets the value of the value property.- Parameters:
value- allowed object isFacesELExpression
-
-