org.apache.xbean.blueprint.cm
Class JexlPropertyPlaceholder

java.lang.Object
  extended by org.apache.aries.blueprint.ext.AbstractPropertyPlaceholder
      extended by org.apache.aries.blueprint.ext.PropertyPlaceholder
          extended by org.apache.aries.blueprint.compendium.cm.CmPropertyPlaceholder
              extended by org.apache.xbean.blueprint.cm.JexlPropertyPlaceholder
All Implemented Interfaces:
org.apache.aries.blueprint.compendium.cm.ManagedObject, org.apache.aries.blueprint.ComponentDefinitionRegistryProcessor

public class JexlPropertyPlaceholder
extends org.apache.aries.blueprint.compendium.cm.CmPropertyPlaceholder

Version:
$Rev: 907189 $ $Date: 2010-02-06 03:01:43 -0500 (Sat, 06 Feb 2010) $

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.aries.blueprint.ext.PropertyPlaceholder
org.apache.aries.blueprint.ext.PropertyPlaceholder.SystemProperties
 
Nested classes/interfaces inherited from class org.apache.aries.blueprint.ext.AbstractPropertyPlaceholder
org.apache.aries.blueprint.ext.AbstractPropertyPlaceholder.LateBindingValueMetadata
 
Constructor Summary
JexlPropertyPlaceholder()
           
 
Method Summary
protected  JexlExpressionParser getParser()
           
protected  String processString(String str)
           
 
Methods inherited from class org.apache.aries.blueprint.compendium.cm.CmPropertyPlaceholder
destroy, getBlueprintContainer, getBundle, getConfigAdmin, getManagedObjectManager, getPersistentId, getProperty, getUpdateStrategy, init, setBlueprintContainer, setConfigAdmin, setManagedObjectManager, setPersistentId, setUpdateStrategy, updated
 
Methods inherited from class org.apache.aries.blueprint.ext.PropertyPlaceholder
getDefaultProperties, getLocations, getSystemProperties, isIgnoreMissingLocations, setDefaultProperties, setIgnoreMissingLocations, setLocations, setSystemProperties
 
Methods inherited from class org.apache.aries.blueprint.ext.AbstractPropertyPlaceholder
getPattern, getPlaceholderPrefix, getPlaceholderSuffix, process, processBeanMetadata, processCollectionMetadata, processMapEntries, processMapMetadata, processMetadata, processPropsMetadata, processRefCollectionMetadata, processReferenceMetadata, processServiceMetadata, processValueMetadata, setPlaceholderPrefix, setPlaceholderSuffix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JexlPropertyPlaceholder

public JexlPropertyPlaceholder()
Method Detail

processString

protected String processString(String str)
Overrides:
processString in class org.apache.aries.blueprint.ext.AbstractPropertyPlaceholder

getParser

protected JexlExpressionParser getParser()


Copyright © 2005-2011. All Rights Reserved.