net.sf.jsfcomp.facelets.deploy
Class DeploymentFinderFactory

java.lang.Object
  extended by net.sf.jsfcomp.facelets.deploy.DeploymentFinderFactory

public final class DeploymentFinderFactory
extends java.lang.Object

Author:
Andrew Robinson (andrew)

Nested Class Summary
static class DeploymentFinderFactory.FactoryType
           
 
Method Summary
static java.lang.Object createFactory(DeploymentFinderFactory.FactoryType factoryType)
           
static void registerFactoryType(DeploymentFinderFactory.FactoryType factoryType, java.lang.Class<?> factoryClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

registerFactoryType

public static void registerFactoryType(DeploymentFinderFactory.FactoryType factoryType,
                                       java.lang.Class<?> factoryClass)

createFactory

public static java.lang.Object createFactory(DeploymentFinderFactory.FactoryType factoryType)
                                      throws FactoryException
Throws:
FactoryException


Copyright © 2007-2008. All Rights Reserved.