Package org.jboss.as.jsf.deployment
Class JSFModuleIdFactory
- java.lang.Object
-
- org.jboss.as.jsf.deployment.JSFModuleIdFactory
-
public class JSFModuleIdFactory extends Object
This class finds all the installed Jakarta Server Faces implementations and provides their ModuleId's.- Author:
- Stan Silvert ssilvert@redhat.com (C) 2012 Red Hat Inc.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getActiveJSFVersions()Return the slot id's of all active JSF versions.static JSFModuleIdFactorygetInstance()
-
-
-
Method Detail
-
getInstance
public static JSFModuleIdFactory getInstance()
-
-