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

Packages that use FacesAttribute
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
protected  java.util.List<FacesAttribute> FacesComponent.attribute
           
protected  java.util.List<FacesAttribute> FacesRenderer.attribute
           
protected  java.util.List<FacesAttribute> FacesConverter.attribute
           
protected  java.util.List<FacesAttribute> FacesValidator.attribute
           
 

Methods in org.apache.openejb.jee that return types with arguments of type FacesAttribute
 java.util.List<FacesAttribute> FacesComponent.getAttribute()
          Gets the value of the attribute property.
 java.util.List<FacesAttribute> FacesRenderer.getAttribute()
          Gets the value of the attribute property.
 java.util.List<FacesAttribute> FacesConverter.getAttribute()
          Gets the value of the attribute property.
 java.util.List<FacesAttribute> FacesValidator.getAttribute()
          Gets the value of the attribute property.
 



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