| java.lang.Object org.apache.geronimo.myfaces.deployment.MyFacesModuleBuilderExtension
Field Summary | |
final public static GBeanInfo | GBEAN_INFO |
Method Summary | |
public void | addGBeans(EARContext earContext, Module module, ClassLoader cl, Collection repository) | protected static FacesConfigDocument | convertToFacesConfigSchema(XmlObject xmlObject) | public void | createModule(Module module, Object plan, JarFile moduleFile, String targetPath, URL specDDUrl, Environment environment, Object moduleContextInfo, AbstractName earName, Naming naming, ModuleIDBuilder idBuilder) | protected ClassFinder | createMyFacesClassFinder(WebAppType webApp, WebModule webModule) | public static GBeanInfo | getGBeanInfo() | public void | initContext(EARContext earContext, Module module, ClassLoader cl) | public void | installModule(JarFile earFile, EARContext earContext, Module module, Collection configurationStores, ConfigurationStore targetConfigurationStore, Collection repository) |
GBEAN_INFO | final public static GBeanInfo GBEAN_INFO(Code) | | |
MyFacesModuleBuilderExtension | public MyFacesModuleBuilderExtension(Environment defaultEnvironment, AbstractNameQuery providerFactoryNameQuery, NamingBuilder namingBuilders)(Code) | | |
convertToFacesConfigSchema | protected static FacesConfigDocument convertToFacesConfigSchema(XmlObject xmlObject) throws XmlException(Code) | | |
createModule | public void createModule(Module module, Object plan, JarFile moduleFile, String targetPath, URL specDDUrl, Environment environment, Object moduleContextInfo, AbstractName earName, Naming naming, ModuleIDBuilder idBuilder) throws DeploymentException(Code) | | |
createMyFacesClassFinder | protected ClassFinder createMyFacesClassFinder(WebAppType webApp, WebModule webModule) throws DeploymentException(Code) | | |
getGBeanInfo | public static GBeanInfo getGBeanInfo()(Code) | | |
|
|