Examples with "CFX object" and their translation in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
A new instance of the Java CFX object is created for each invocation of the Java CFX tag.
Andere resultaten
You cannot pass arrays, structures, or cfobject objects to CFX tags.
Usage To call Java CFXs or Java objects, ColdFusion uses a Java Virtual Machine (JVM) that is embedded in the process.
In addition, CFX tags that need to work with ColdFusion queries also interface with the Query object.
Zusätzlich bilden CFX-Tags, die mit ColdFusion-Abfragen zusammenwirken sollen, auch eine Schnittstelle zum Objekt Query.
CFX tags can be cross-platform, but are often platform-specific, for example if they take advantage of COM objects or the Windows API.
Create an instance of your Java CFX tag and call its processRequest method, passing in the DebugRequest and DebugResponse objects.
Erstellen Sie eine Instanz des Java-CFX-Tags, und rufen Sie seine processRequest-Methode auf, wobei Sie die Objekte DebugRequest und DebugResponse übergeben.
To see a complete example Java CFX that uses Request, Response, and Query objects, see the "ZipBrowser Example". Request Object
Ein umfassendes Beispiel für ein Java-CFX-Tag, das mit den Objekten Request, Response und Query arbeitet, finden Sie im Abschnitt Beispiel: ZipBrowser.
CFX tags built in C++ use the tag request object, represented by the C++ CCFXRequest class.
In C++ erstellte CFX-Tags verwenden das durch die C++-Klasse CCFXRequest dargestellte Tag-Anforderungsobjekt.