Uses of Class
org.apache.openejb.jee.FacesNullValue
-
Packages that use FacesNullValue Package Description org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of FacesNullValue in org.apache.openejb.jee
Fields in org.apache.openejb.jee declared as FacesNullValue Modifier and Type Field Description protected FacesNullValueFacesManagedProperty. nullValueprotected FacesNullValueFacesMapEntry. nullValueMethods in org.apache.openejb.jee that return FacesNullValue Modifier and Type Method Description FacesNullValueFacesManagedProperty. getNullValue()Gets the value of the nullValue property.FacesNullValueFacesMapEntry. getNullValue()Gets the value of the nullValue property.Methods in org.apache.openejb.jee with parameters of type FacesNullValue Modifier and Type Method Description voidFacesManagedProperty. setNullValue(FacesNullValue value)Sets the value of the nullValue property.voidFacesMapEntry. setNullValue(FacesNullValue value)Sets the value of the nullValue property.
-