| Package | org.springextensions.actionscript.ioc.factory.config |
| SVN browsing | PropertyPlaceholderConfigurer.as |
| Fisheye | PropertyPlaceholderConfigurer.as |
| Class | public class PropertyPlaceholderConfigurer |
| Implements | IObjectFactoryPostProcessor, IOrdered, IResourceLoader |
| Subclasses | FlexPropertyPlaceholderConfigurer |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
PropertyPlaceholderConfigurer instance. | PropertyPlaceholderConfigurer | ||
| PropertyPlaceholderConfigurer | |||
|
postProcessObjectFactory(objectFactory:IConfigurableListableObjectFactory):void
| PropertyPlaceholderConfigurer | ||
| Method | Defined by | ||
|---|---|---|---|
|
Merges the loaded properties with any properties set in a subclass.
| PropertyPlaceholderConfigurer | ||
| ignoreResourceNotFound | property |
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.
public function set ignoreResourceNotFound(value:Boolean):void
| ignoreUnresolvablePlaceholders | property |
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
| location | property |
location:String [write-only]Implementation
public function set location(value:String):void
| locations | property |
locations:Array [write-only]Implementation
public function set locations(value:Array):void
| order | property |
order:int [read-write]Implementation
public function get order():int
public function set order(value:int):void
| preventCache | property |
preventCache:Boolean [write-only]Implementation
public function set preventCache(value:Boolean):void
| properties | property |
properties:Properties [read-write]Implementation
public function get properties():Properties
public function set properties(value:Properties):void
| PropertyPlaceholderConfigurer | () | constructor |
public function PropertyPlaceholderConfigurer()
Creates a new PropertyPlaceholderConfigurer instance.
| load | () | method |
| mergeProperties | () | method |
protected function mergeProperties(properties:Properties):PropertiesMerges the loaded properties with any properties set in a subclass.
Parametersproperties:Properties |
Properties —
the merged properties
|
| postProcessObjectFactory | () | method |
public function postProcessObjectFactory(objectFactory:IConfigurableListableObjectFactory):voidParameters
objectFactory:IConfigurableListableObjectFactory |