Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
com.adobe.icc.services.module 

IModuleResolverService  - AS3 Asset Composer

Paquetecom.adobe.icc.services.module
Interfazpublic interface IModuleResolverService extends IEventDispatcher

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 9.5
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Service for resolving modules into values that can be pushed into the PDF.



Métodos públicos
 MétodoDefinido por
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento.
IEventDispatcher
 Inherited
Distribuye un evento en el flujo del evento.
IEventDispatcher
 Inherited
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento.
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Elimina un detector del objeto EventDispatcher.
IEventDispatcher
  
Resolves the given list of expression.
IModuleResolverService
  
Resolves the specified module to a fully-resolved (no dependencies) XHTML (for text modules) or byte (for image modules) value.
IModuleResolverService
 Inherited
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto.
IEventDispatcher
Información sobre métodos

resolveExpressions

()método
public function resolveExpressions(expressions:ArrayCollection, contextData:ContextData):com.adobe.icc.token:IAsyncToken

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 9.5
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Resolves the given list of expression. the expression which evaluate to 'true' would be returned as the resolved expression.

Parámetros

expressions:ArrayCollection — The list of expressions to be resolved.
 
contextData:ContextData — Context data to help with expression resolution.

Valor devuelto
com.adobe.icc.token:IAsyncToken — The expression string that resolves to true. Null, if none evaluates to true.

Emite
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

resolveModule

()método 
public function resolveModule(moduleId:String, contextData:ContextData):com.adobe.icc.token:IAsyncToken

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 9.5
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Resolves the specified module to a fully-resolved (no dependencies) XHTML (for text modules) or byte (for image modules) value.

Parámetros

moduleId:String — The GUID of module to resolve. Can refer to a text, image, list, condition, or any other type of module.
 
contextData:ContextData — Context data to help with module resolution.

Valor devuelto
com.adobe.icc.token:IAsyncTokenArrayCollection of ResolvedContent objects. If the resolved module was a list, each item in the collection represents an item in the list, including nested lists. Regardless of the nesting of modules (lists and conditions), the returned collection is flat.

Emite
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.