|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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
|
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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||