CFIDE.adminapi.extensions
Component extensions (extensions)
Manages custom tags, mappings, CFXs, applets, CORBA, and web services.
| hierarchy: | WEB-INF.cftags.component CFIDE.adminapi.base CFIDE.adminapi.extensions |
| path: | {web-root}\CFIDE\adminapi\extensions.cfc |
| serializable: | Yes |
| properties: | |
| methods: | deleteApplet, deleteCFX, deleteCorbaConnector, deleteCustomTagPath, deleteMapping, deleteWebService, getApplets, getCFX, getCorbaConnectors, getCustomTagPaths, getMappings, getUseOrb, getWebServices, reloadWebService, setApplet, setCorbaConnector, setCPPCFX, setCustomTagPath, setJavaCFX, setMapping, setUseOrb, setWebService, validatemapping* |
| inherited methods: | dump, getEdition, getInstallType, getJRunRootDir, isAdminUser, RDSInvoker, setJrunSN |
* – private method
t;th align=”left” colspan=”1″> deleteWebService
| deleteApplet |
|---|
public void deleteApplet ( string appletName
Deletes the specified applet. Output: suppressed |
| deleteCFX |
public void deleteCFX ( cfxname
Deletes a CFX tag. Output: suppressed |
| deleteCorbaConnector |
public void deleteCorbaConnector ( required name
Removes a CORBA Connector from the set of registered ColdFusion CORBA Connectors. Output: suppressed |
| deleteCustomTagPath |
public void deleteCustomTagPath ( required path
Deletes a custom tag path Output: suppressed |
| deleteMapping |
public void deleteMapping ( required mapName
Deletes the specified ColdFusion mapping. Output: suppressed |
public void deleteWebService ( required name
Deletes a ColdFusion web service. Output: suppressed |
| getApplets |
public getApplets ( name
Return a list of all registered Java applets or a specified applet. Output: suppressed |
| getCFX |
public struct getCFX ( cfxname
Lists the names of all registered CFX tags or a specified CFX tag. Output: suppressed |
| getCorbaConnectors |
public getCorbaConnectors ( name
Retrieves name, path, and options for CORBA Connectors. Output: suppressed |
| getCustomTagPaths |
public array getCustomTagPaths (
Returns an array of paths to custom tags. Output: suppressed |
| getMappings |
public struct getMappings ( mapName
Returns ColdFusion mappings, which equate logical paths to directory paths. Output: suppressed |
| getUseOrb |
public getUseOrb (
Gets the name of a CORBA Object Request Broker (ORB) to use as the default. Output: suppressed |
| getWebServices |
public getWebServices ( name, boolean includeAutoRegistered="false"
Returns a structure that lists all registered ColdFusion web services or a specified web service. Output: suppressed |
| reloadWebService |
public void reloadWebService ( required name, required path, username="", password=""
Reloads a ColdFusion web service. Output: suppressed |
| setApplet |
public void setApplet ( struct applet, string appletName
Registers a new Java applet. Output: suppressed
appletName: string, optional, appletName – Name of the Java applet. |
| setCorbaConnector |
public void setCorbaConnector ( required name, oldname, required classname, required classpath, propertyfile=""
Registers a CORBA Connector. Output: suppressed |
| setCPPCFX |
public void setCPPCFX ( required name, required library, description="", boolean cache="true", procedure="ProcessTagRequest"
Registers a C++ CFX tag. Output: enabled |
| setCustomTagPath |
public void setCustomTagPath ( required path
Defines a new path to custom tags. Output: suppressed |
| setJavaCFX |
public void setJavaCFX ( required name, required classname, description
Registers a Java CFX tag. Output: suppressed |
| setMapping |
public void setMapping ( required mapName, required mapPath
Creates a ColdFusion mapping, equating a logical path to a directory path. Output: suppressed |
| setUseOrb |
public void setUseOrb ( required useOrb
Sets the name of a CORBA ORB to use as the default. Output: suppressed |
| setWebService |
public void setWebService ( required name, required path, username="", password=""
Adds a ColdFusion web service. Output: suppressed |
| validatemapping* |
private string validatemapping ( required mapName
Verifies that a map name (logical path) follows the naming rules. Output: suppressed |