Uses of Class
org.jboss.webbeans.util.DeploymentProperties

Packages that use DeploymentProperties
org.jboss.webbeans.bootstrap   
org.jboss.webbeans.servlet   
org.jboss.webbeans.util   
 

Uses of DeploymentProperties in org.jboss.webbeans.bootstrap
 

Methods in org.jboss.webbeans.bootstrap that return DeploymentProperties
protected abstract  DeploymentProperties PropertiesBasedBootstrap.getDeploymentProperties()
          Gets the deployment properties
 

Methods in org.jboss.webbeans.bootstrap with parameters of type DeploymentProperties
protected static
<T> java.lang.reflect.Constructor<? extends T>
PropertiesBasedBootstrap.getClassConstructor(DeploymentProperties deploymentProperties, ResourceLoader resourceLoader, java.lang.String propertyName, java.lang.Class<T> expectedType, java.lang.Class<?>... constructorArguments)
          Returns any class constructor from the merged list defined by the specified property.
 

Uses of DeploymentProperties in org.jboss.webbeans.servlet
 

Methods in org.jboss.webbeans.servlet that return DeploymentProperties
protected  DeploymentProperties ServletBootstrap.getDeploymentProperties()
           
 

Uses of DeploymentProperties in org.jboss.webbeans.util
 

Methods in org.jboss.webbeans.util with parameters of type DeploymentProperties
static
<T> java.util.Set<java.lang.Class<? extends T>>
DeploymentProperties.getClasses(DeploymentProperties deploymentProperties, ResourceLoader resourceLoader, java.lang.String propertyName, java.lang.Class<T> expectedType)
          Gets the possible implementation class for a given property for which the values are classanames
 



Copyright © 2008-2009. All Rights Reserved.