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.element
Methods 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.element
Subclasses of Application in org.apache.myfaces.config.impl.element Modifier and Type Class Description class
ApplicationImpl
Methods 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 void
FacesConfigImpl. addApplication(Application application)
-