Uses of Class
org.apache.openejb.jee.FacesELExpression

Packages that use FacesELExpression
org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of FacesELExpression in org.apache.openejb.jee
 

Fields in org.apache.openejb.jee declared as FacesELExpression
protected  FacesELExpression FacesFromAction.value
           
 

Methods in org.apache.openejb.jee that return FacesELExpression
 FacesELExpression FacesFromAction.getValue()
          EL expressions present within a faces config file must start with the character sequence of '#{' and end with '}'.
 

Methods in org.apache.openejb.jee with parameters of type FacesELExpression
 void FacesFromAction.setValue(FacesELExpression value)
          Sets the value of the value property.
 



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