org.jboss.seam.deployment
Class SeamDeploymentProperties

java.lang.Object
  extended by org.jboss.seam.deployment.SeamDeploymentProperties

public class SeamDeploymentProperties
extends java.lang.Object


Field Summary
static java.lang.String RESOURCE_BUNDLE
          The resource bundle used to control Seam deployment
 
Constructor Summary
SeamDeploymentProperties(java.lang.ClassLoader classLoader)
           
 
Method Summary
 java.util.List<java.lang.String> getPropertyValues(java.lang.String key)
          Get a list of possible values for a given key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_BUNDLE

public static final java.lang.String RESOURCE_BUNDLE
The resource bundle used to control Seam deployment

See Also:
Constant Field Values
Constructor Detail

SeamDeploymentProperties

public SeamDeploymentProperties(java.lang.ClassLoader classLoader)
Method Detail

getPropertyValues

public java.util.List<java.lang.String> getPropertyValues(java.lang.String key)
Get a list of possible values for a given key. First, System properties are tried, followed by the specified resource bundle (first in classpath only). Colon (:) deliminated lists are split out.



Copyright © 2011 Seam Framework. All Rights Reserved.