| Package | org.springextensions.actionscript.ioc.factory.config.flex |
| SVN browsing | FlexPropertyPlaceholderConfigurer.as |
| Fisheye | FlexPropertyPlaceholderConfigurer.as |
| Class | public class FlexPropertyPlaceholderConfigurer |
| Inheritance | FlexPropertyPlaceholderConfigurer PropertyPlaceholderConfigurer |
The following properties are supported:
Documentation reference: flex application settings
| Method | Defined by | ||
|---|---|---|---|
| FlexPropertyPlaceholderConfigurer | |||
![]() | PropertyPlaceholderConfigurer | ||
|
postProcessObjectFactory(objectFactory:IConfigurableListableObjectFactory):void
| FlexPropertyPlaceholderConfigurer | ||
| Method | Defined by | ||
|---|---|---|---|
| FlexPropertyPlaceholderConfigurer | |||
| Constant | Defined by | ||
|---|---|---|---|
| APP_FRAME_RATE : String [static]
Property names as they are defined in the application context's properties file.
| FlexPropertyPlaceholderConfigurer | ||
| APP_HISTORY_MANAGEMENT_ENABLED : String [static]
| FlexPropertyPlaceholderConfigurer | ||
| APP_PAGE_TITLE : String [static]
| FlexPropertyPlaceholderConfigurer | ||
| APP_PARAMETERS : String [static]
| FlexPropertyPlaceholderConfigurer | ||
| APP_RESET_HISTORY : String [static]
| FlexPropertyPlaceholderConfigurer | ||
| APP_SCRIPT_RECURSION_LIMIT : String [static]
| FlexPropertyPlaceholderConfigurer | ||
| APP_SCRIPT_TIME_LIMIT : String [static]
| FlexPropertyPlaceholderConfigurer | ||
| APP_URL : String [static]
| FlexPropertyPlaceholderConfigurer | ||
| APP_URL_HOST : String [static]
| FlexPropertyPlaceholderConfigurer | ||
| APP_URL_PORT : String [static]
| FlexPropertyPlaceholderConfigurer | ||
| APP_URL_PROTOCOL : String [static]
| FlexPropertyPlaceholderConfigurer | ||
| APP_USE_PRELOADER : String [static]
| FlexPropertyPlaceholderConfigurer | ||
| APP_VIEW_SOURCE_URL : String [static]
| FlexPropertyPlaceholderConfigurer | ||
| FRAME_RATE : String = "frameRate" [static]
Property names as they are defined in the application.
| FlexPropertyPlaceholderConfigurer | ||
| HISTORY_MANAGEMENT_ENABLED : String = "historyManagementEnabled" [static]
| FlexPropertyPlaceholderConfigurer | ||
| PAGE_TITLE : String = "pageTitle" [static]
| FlexPropertyPlaceholderConfigurer | ||
| PARAMETERS : String = "parameters" [static]
| FlexPropertyPlaceholderConfigurer | ||
| RESET_HISTORY : String = "resetHistory" [static]
| FlexPropertyPlaceholderConfigurer | ||
| SCRIPT_RECURSION_LIMIT : String = "scriptRecursionLimit" [static]
| FlexPropertyPlaceholderConfigurer | ||
| SCRIPT_TIME_LIMIT : String = "scriptTimeLimit" [static]
| FlexPropertyPlaceholderConfigurer | ||
| URL : String = "url" [static]
| FlexPropertyPlaceholderConfigurer | ||
| USE_PRELOADER : String = "usePreloader" [static]
| FlexPropertyPlaceholderConfigurer | ||
| VIEW_SOURCE_URL : String = "viewSourceURL" [static]
| FlexPropertyPlaceholderConfigurer | ||
| FlexPropertyPlaceholderConfigurer | () | constructor |
public function FlexPropertyPlaceholderConfigurer()
| mergeProperties | () | method |
protected override function mergeProperties(properties:Properties):PropertiesParameters
properties:Properties |
Properties |
| postProcessObjectFactory | () | method |
public override function postProcessObjectFactory(objectFactory:IConfigurableListableObjectFactory):voidParameters
objectFactory:IConfigurableListableObjectFactory |
| APP_FRAME_RATE | constant |
public static const APP_FRAME_RATE:StringProperty names as they are defined in the application context's properties file. Some are deducted from other properties (
| APP_HISTORY_MANAGEMENT_ENABLED | constant |
public static const APP_HISTORY_MANAGEMENT_ENABLED:String
| APP_PAGE_TITLE | constant |
public static const APP_PAGE_TITLE:String
| APP_PARAMETERS | constant |
public static const APP_PARAMETERS:String
| APP_RESET_HISTORY | constant |
public static const APP_RESET_HISTORY:String
| APP_SCRIPT_RECURSION_LIMIT | constant |
public static const APP_SCRIPT_RECURSION_LIMIT:String
| APP_SCRIPT_TIME_LIMIT | constant |
public static const APP_SCRIPT_TIME_LIMIT:String
| APP_URL | constant |
public static const APP_URL:String
| APP_URL_HOST | constant |
public static const APP_URL_HOST:String
| APP_URL_PORT | constant |
public static const APP_URL_PORT:String
| APP_URL_PROTOCOL | constant |
public static const APP_URL_PROTOCOL:String
| APP_USE_PRELOADER | constant |
public static const APP_USE_PRELOADER:String
| APP_VIEW_SOURCE_URL | constant |
public static const APP_VIEW_SOURCE_URL:String
| FRAME_RATE | constant |
public static const FRAME_RATE:String = "frameRate"Property names as they are defined in the application.
| HISTORY_MANAGEMENT_ENABLED | constant |
public static const HISTORY_MANAGEMENT_ENABLED:String = "historyManagementEnabled"
| PAGE_TITLE | constant |
public static const PAGE_TITLE:String = "pageTitle"
| PARAMETERS | constant |
public static const PARAMETERS:String = "parameters"
| RESET_HISTORY | constant |
public static const RESET_HISTORY:String = "resetHistory"
| SCRIPT_RECURSION_LIMIT | constant |
public static const SCRIPT_RECURSION_LIMIT:String = "scriptRecursionLimit"
| SCRIPT_TIME_LIMIT | constant |
public static const SCRIPT_TIME_LIMIT:String = "scriptTimeLimit"
| URL | constant |
public static const URL:String = "url"
| USE_PRELOADER | constant |
public static const USE_PRELOADER:String = "usePreloader"
| VIEW_SOURCE_URL | constant |
public static const VIEW_SOURCE_URL:String = "viewSourceURL"