|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientConfig
Method Summary | |
---|---|
boolean |
getFeature(java.lang.String featureName)
Get the value of a feature. |
java.util.Map<java.lang.String,java.lang.Boolean> |
getFeatures()
Get the map of features associated with the Web application. |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
Get the map of properties associated with the Web application. |
java.lang.Object |
getProperty(java.lang.String propertyName)
Get the value of a property. |
java.util.Set<java.lang.Class<?>> |
getProviderClasses()
Get the set of provider classes to be instantiated in the scope of the Client |
Method Detail |
---|
java.util.Set<java.lang.Class<?>> getProviderClasses()
A provider class is a Java class with a Provider
annotation declared on the class that implements a specific service
interface.
java.util.Map<java.lang.String,java.lang.Boolean> getFeatures()
boolean getFeature(java.lang.String featureName)
featureName
- the feature name.
java.util.Map<java.lang.String,java.lang.Object> getProperties()
java.lang.Object getProperty(java.lang.String propertyName)
propertyName
- the property name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |