org.springframework.context.support
Class ApplicationContextAwareProcessor.EmbeddedValueResolver

java.lang.Object
  extended by org.springframework.context.support.ApplicationContextAwareProcessor.EmbeddedValueResolver
All Implemented Interfaces:
StringValueResolver
Enclosing class:
ApplicationContextAwareProcessor

private static class ApplicationContextAwareProcessor.EmbeddedValueResolver
extends java.lang.Object
implements StringValueResolver


Field Summary
private  ConfigurableBeanFactory beanFactory
           
 
Constructor Summary
ApplicationContextAwareProcessor.EmbeddedValueResolver(ConfigurableBeanFactory beanFactory)
           
 
Method Summary
 java.lang.String resolveStringValue(java.lang.String strVal)
          Resolve the given String value, for example parsing placeholders.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

beanFactory

private final ConfigurableBeanFactory beanFactory
Constructor Detail

ApplicationContextAwareProcessor.EmbeddedValueResolver

public ApplicationContextAwareProcessor.EmbeddedValueResolver(ConfigurableBeanFactory beanFactory)
Method Detail

resolveStringValue

public java.lang.String resolveStringValue(java.lang.String strVal)
Description copied from interface: StringValueResolver
Resolve the given String value, for example parsing placeholders.

Specified by:
resolveStringValue in interface StringValueResolver
Parameters:
strVal - the original String value
Returns:
the resolved String value