Uses of Class
org.apache.myfaces.config.element.Application
- 
Packages that use Application Package Description org.apache.myfaces.config.element org.apache.myfaces.config.impl.element 
- 
- 
Uses of Application in org.apache.myfaces.config.elementMethods in org.apache.myfaces.config.element that return types with arguments of type Application Modifier and Type Method Description abstract List<Application>FacesConfig. getApplications()
- 
Uses of Application in org.apache.myfaces.config.impl.elementSubclasses of Application in org.apache.myfaces.config.impl.element Modifier and Type Class Description classApplicationImplMethods in org.apache.myfaces.config.impl.element that return types with arguments of type Application Modifier and Type Method Description List<Application>FacesConfigImpl. getApplications()Methods in org.apache.myfaces.config.impl.element with parameters of type Application Modifier and Type Method Description voidFacesConfigImpl. addApplication(Application application)
 
-