Packageorg.springextensions.actionscript.ioc.factory.config
SVN browsingPropertyPlaceholderConfigurer.as
FisheyePropertyPlaceholderConfigurer.as
Classpublic class PropertyPlaceholderConfigurer
ImplementsIObjectFactoryPostProcessor, IOrdered, IResourceLoader
SubclassesFlexPropertyPlaceholderConfigurer



Public Properties
 PropertyDefined by
  ignoreResourceNotFound : Boolean
[write-only] Sets if a failure to find the property resource should be ignored or should result in a runtime error.
PropertyPlaceholderConfigurer
  ignoreUnresolvablePlaceholders : Boolean
[write-only] Set whether to ignore unresolvable placeholders.
PropertyPlaceholderConfigurer
  location : String
[write-only]
PropertyPlaceholderConfigurer
  locations : Array
[write-only]
PropertyPlaceholderConfigurer
  order : int
PropertyPlaceholderConfigurer
  preventCache : Boolean
[write-only]
PropertyPlaceholderConfigurer
  properties : Properties
PropertyPlaceholderConfigurer
Public Methods
 MethodDefined by
  
Creates a new PropertyPlaceholderConfigurer instance.
PropertyPlaceholderConfigurer
  
PropertyPlaceholderConfigurer
  
PropertyPlaceholderConfigurer
Protected Methods
 MethodDefined by
  
Merges the loaded properties with any properties set in a subclass.
PropertyPlaceholderConfigurer
Property detail
ignoreResourceNotFoundproperty
ignoreResourceNotFound:Boolean  [write-only]

Sets if a failure to find the property resource should be ignored or should result in a runtime error.

true is appropriate if the properties file is completely optional.

The default value is false.

Implementation
    public function set ignoreResourceNotFound(value:Boolean):void
ignoreUnresolvablePlaceholdersproperty 
ignoreUnresolvablePlaceholders:Boolean  [write-only]

Set whether to ignore unresolvable placeholders. Default is "false": An exception will be thrown if a placeholder cannot be resolved.

Implementation
    public function set ignoreUnresolvablePlaceholders(value:Boolean):void
locationproperty 
location:String  [write-only]Implementation
    public function set location(value:String):void
locationsproperty 
locations:Array  [write-only]Implementation
    public function set locations(value:Array):void
orderproperty 
order:int  [read-write]Implementation
    public function get order():int
    public function set order(value:int):void
preventCacheproperty 
preventCache:Boolean  [write-only]Implementation
    public function set preventCache(value:Boolean):void
propertiesproperty 
properties:Properties  [read-write]Implementation
    public function get properties():Properties
    public function set properties(value:Properties):void
Constructor detail
PropertyPlaceholderConfigurer()constructor
public function PropertyPlaceholderConfigurer()

Creates a new PropertyPlaceholderConfigurer instance.

Method detail
load()method
public function load():IOperation

Returns
IOperation
mergeProperties()method 
protected function mergeProperties(properties:Properties):Properties

Merges the loaded properties with any properties set in a subclass.

Parameters
properties:Properties

Returns
Properties — the merged properties
postProcessObjectFactory()method 
public function postProcessObjectFactory(objectFactory:IConfigurableListableObjectFactory):voidParameters
objectFactory:IConfigurableListableObjectFactory