org.apache.geronimo.blueprint.compendium.cm
Class CmPropertyPlaceholder
java.lang.Object
org.apache.geronimo.blueprint.ext.AbstractPropertyPlaceholder
org.apache.geronimo.blueprint.ext.PropertyPlaceholder
org.apache.geronimo.blueprint.compendium.cm.CmPropertyPlaceholder
- All Implemented Interfaces:
- ComponentDefinitionRegistryProcessor
public class CmPropertyPlaceholder
- extends PropertyPlaceholder
TODO: javadoc
- Version:
- $Rev: 766508 $, $Date: 2009-04-19 22:09:27 +0200 (Sun, 19 Apr 2009) $
- Author:
- Apache Geronimo Project
| Methods inherited from class org.apache.geronimo.blueprint.ext.AbstractPropertyPlaceholder |
getPattern, getPlaceholderPrefix, getPlaceholderSuffix, process, processBeanMetadata, processCollectionMetadata, processMapEntries, processMapMetadata, processMetadata, processPropsMetadata, processRefCollectionMetadata, processReferenceMetadata, processServiceMetadata, processString, processValueMetadata, setPlaceholderPrefix, setPlaceholderSuffix |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CmPropertyPlaceholder
public CmPropertyPlaceholder()
getBlueprintContainer
public BlueprintContainer getBlueprintContainer()
setBlueprintContainer
public void setBlueprintContainer(BlueprintContainer blueprintContainer)
getConfigAdmin
public org.osgi.service.cm.ConfigurationAdmin getConfigAdmin()
setConfigAdmin
public void setConfigAdmin(org.osgi.service.cm.ConfigurationAdmin configAdmin)
getPersistentId
public String getPersistentId()
setPersistentId
public void setPersistentId(String persistentId)
getProperty
protected String getProperty(String val)
- Overrides:
getProperty in class PropertyPlaceholder
getConfig
protected org.osgi.service.cm.Configuration getConfig()
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.