net.jakubholy.jeeutils.jsfelcheck.beanfinder.jsf12
Class Jsf12FacesConfigXmlBeanFinder
java.lang.Object
net.jakubholy.jeeutils.jsfelcheck.beanfinder.AbstractFacesConfigXmlBeanFinder
net.jakubholy.jeeutils.jsfelcheck.beanfinder.jsf12.Jsf12FacesConfigXmlBeanFinder
- All Implemented Interfaces:
- ManagedBeanFinder
public class Jsf12FacesConfigXmlBeanFinder
- extends AbstractFacesConfigXmlBeanFinder
Find managed bean defined in (a) faces-config file(s).
Uses the available JSF implementation to parse the file(s).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
forResources
public static ManagedBeanFinder forResources(Collection<InputResource> facesConfigResources)
- Finder reading from the supplied faces-config files.
parseFacesConfig
protected Collection<ManagedBeanFinder.ManagedBeanDescriptor> parseFacesConfig(InputStream stream)
- Specified by:
parseFacesConfig in class AbstractFacesConfigXmlBeanFinder
Copyright © 2012. All Rights Reserved.