public class ProxyIOCProvider extends DefaultIOCProvider
IOCProvider
, which sits in front of
another IOCProvider
, overriding its properties.Constructor and Description |
---|
ProxyIOCProvider(IOCProvider pParent)
Creates a new instance, which acts as a proxy for the
given
IOCProvider . |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue(java.lang.String pProperty)
Returns the property value for the given property name.
|
getProperty, setProperty
public ProxyIOCProvider(IOCProvider pParent)
IOCProvider
.pParent
- Provides the values for the properties.public java.lang.Object getValue(java.lang.String pProperty) throws CSAppFrameworkException
DefaultIOCProvider
getValue
in interface IOCProvider
getValue
in class DefaultIOCProvider
pProperty
- the property name.CSAppFrameworkException
- if an internal error occurs.