Uses of Class
org.apache.openejb.jee.FacesAttribute
-
Packages that use FacesAttribute Package Description org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of FacesAttribute in org.apache.openejb.jee
Fields in org.apache.openejb.jee with type parameters of type FacesAttribute Modifier and Type Field Description protected List<FacesAttribute>FacesBehavior. attributeprotected List<FacesAttribute>FacesComponent. attributeprotected List<FacesAttribute>FacesConverter. attributeprotected List<FacesAttribute>FacesRenderer. attributeprotected List<FacesAttribute>FacesValidator. attributeMethods in org.apache.openejb.jee that return types with arguments of type FacesAttribute Modifier and Type Method Description List<FacesAttribute>FacesBehavior. getAttribute()Gets the value of the attribute property.List<FacesAttribute>FacesComponent. getAttribute()Gets the value of the attribute property.List<FacesAttribute>FacesConverter. getAttribute()Gets the value of the attribute property.List<FacesAttribute>FacesRenderer. getAttribute()Gets the value of the attribute property.List<FacesAttribute>FacesValidator. getAttribute()Gets the value of the attribute property.
-