| Pacchetto | com.adobe.solutions.exm.authoring.domain.impl |
| Classe | public class ProviderFactoryImpl |
| Ereditarietà | ProviderFactoryImpl Object |
| Implementa | IProviderFactory |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Expression Manager 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
| expressionProvider : IExpressionProvider [sola lettura]
Returns a sub-provider for expression-specific operations such as
creating new expression objects, validation expressions, etc. | ProviderFactoryImpl | ||
| functionProvider : IFunctionProvider [sola lettura]
Returns a sub-provider for function-specific operations such as listing
the local and remote functions available for use in an expression. | ProviderFactoryImpl | ||
| serviceProvider : IServiceProvider [sola scrittura]
Sets the service provider to be used by this provider factory. | ProviderFactoryImpl | ||
| variableProvider : IVariableProvider [sola lettura]
Returns a sub-provider for variable-specific operations such as listing the
variables available for use in an expression. | ProviderFactoryImpl | ||
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
Creates a new ProviderFactoryImpl instance. | ProviderFactoryImpl | ||
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object | |
Descrizione delle proprietà
expressionProvider | proprietà |
expressionProvider:IExpressionProvider [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Expression Manager 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Returns a sub-provider for expression-specific operations such as creating new expression objects, validation expressions, etc.
Implementazione
public function get expressionProvider():IExpressionProviderfunctionProvider | proprietà |
functionProvider:IFunctionProvider [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Expression Manager 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Returns a sub-provider for function-specific operations such as listing the local and remote functions available for use in an expression.
Implementazione
public function get functionProvider():IFunctionProviderserviceProvider | proprietà |
serviceProvider:IServiceProvider [sola scrittura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Expression Manager 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Sets the service provider to be used by this provider factory.
Implementazione
public function set serviceProvider(value:IServiceProvider):voidvariableProvider | proprietà |
variableProvider:IVariableProvider [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Expression Manager 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Returns a sub-provider for variable-specific operations such as listing the variables available for use in an expression.
Implementazione
public function get variableProvider():IVariableProviderDescrizione della funzione di costruzione
ProviderFactoryImpl | () | Funzione di costruzione |
public function ProviderFactoryImpl()| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Expression Manager 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Creates a new ProviderFactoryImpl instance.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate