-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/lucee/lucee-docs
- Loading branch information
Showing
89 changed files
with
257 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
docs/03.reference/01.functions/deserializejson/_arguments/format.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
The format of the input string. Possible values are: | ||
|
||
- **json**: Standard JSON format | ||
- **json5**: JSON5 format which allows additional features such as comments and unquoted keys |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/gatewayaction/_arguments/action.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
action to execute, possible values are [start,stop and restart] |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/gatewayaction/_arguments/gatewayID.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Identifier of the gateway to do the action on. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/gatewayaction/_arguments/timeout.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
in case `waitForIt` is set to `true`, this defines how long we wait for the process to end, default is one second. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/gatewayaction/_arguments/waitForIt.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Wait for the process to end (starting, stopping or restarting) |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: GatewayAction | ||
id: function-gatewayaction | ||
categories: | ||
- gateways | ||
--- | ||
|
||
Executes a specifc action for a gateway instance. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/gatewaystate/_arguments/gatewayID.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Identifier of the gateway to get info for. |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: GatewayState | ||
id: function-gatewaystate | ||
categories: | ||
- gateways | ||
--- | ||
|
||
Return the current state for the given gateway id. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
The format of the input string. Possible values are: | ||
|
||
- **json**: Standard JSON format | ||
- **json5**: JSON5 format which allows additional features such as comments and unquoted keys |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/javacast/_arguments/javaSettings.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
javasettings to use to load the class |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
A struct or an array of structs specifying the Maven coordinates, including groupId, artifactId, and version. |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: MavenLoad | ||
id: function-mavenload | ||
related: | ||
- function-createobject | ||
categories: | ||
- classloading | ||
- dependencies | ||
- jars | ||
- java | ||
- maven | ||
--- | ||
|
||
Loads all JAR files from one or more Maven endpoints and makes them available for use within the Lucee server environment. | ||
This function can be used to load dependencies, including transitive ones, for example at server startup. | ||
|
||
### Example Usage of MavenLoad Function | ||
|
||
The `MavenLoad` function allows you to load JAR files from Maven repositories, including all transitive dependencies. | ||
This is particularly useful during server startup to ensure that all required libraries are available. | ||
|
||
#### Example Input as an Array of Structs: | ||
|
||
```cfml | ||
mavenLoad([ | ||
{ | ||
"groupId": "org.slf4j", | ||
"artifactId": "slf4j-api", | ||
"version": "1.7.32" | ||
} | ||
]); | ||
``` |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3createbucket/_arguments/accessKeyId.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S3 accessKeyId, if not defined it checks the system property/environment variable for [lucee.s3.accesskeyid]. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3createbucket/_arguments/acl.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
an array of struct where each struct represents an ACL grant |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3createbucket/_arguments/bucketName.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Name of the bucket to create |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3createbucket/_arguments/host.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
the provider to connect, if not set Amazon AWS is used. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3createbucket/_arguments/location.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
location of the S3 storage. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3createbucket/_arguments/secretAccessKey.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S3 secretAccessKey, if not defined it checks the system property/environment variable for [lucee.s3.secretaccesskey]. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3createbucket/_arguments/timeout.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
timeout for this execution |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: s3createbucket | ||
id: function-s3createbucket | ||
related: | ||
categories: | ||
- s3 | ||
--- | ||
|
||
Creates a bucket on S3. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3download/_arguments/accessKeyId.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S3 `accessKeyId`, if not defined it checks the system property/environment variable for [lucee.s3.accesskeyid]. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3download/_arguments/bucketName.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Name of the bucket to download. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3download/_arguments/charset.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
charset to use to store the content. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The provider to connect, if not set Amazon AWS is used. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3download/_arguments/objectName.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Name of the object to download. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3download/_arguments/secretAccessKey.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S3 secretAccessKey, if not defined it checks the system property/environment variable for [lucee.s3.secretaccesskey]. |
13 changes: 13 additions & 0 deletions
13
docs/03.reference/01.functions/s3download/_arguments/target.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Optional. Defines the target where the downloaded data will be directed. | ||
|
||
If a file path is provided, the data is saved to that path, the file path must be provided with help of the function "fileOpen" like this [fileOpen(path,"write")]. | ||
|
||
If a closure or function is given, it will be invoked with parts of the downloaded data as its argument. | ||
The function should accept a single argument named 'line' for line-by-line processing, | ||
'string{Number}' for string blocks of a specified size, | ||
or 'binary{Number}' for binary blocks of a specified size. | ||
|
||
The function should return a boolean value: returning false will stop further reading from S3, | ||
while true will continue the process. | ||
|
||
If this argument is omitted, the function returns the downloaded data directly. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3download/_arguments/timeout.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
timeout for this execution |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: s3download | ||
id: function-s3download | ||
categories: | ||
- s3 | ||
--- | ||
|
||
Downloads an object from an S3 bucket. | ||
It can save the object to a specified path, return its content directly, or process the content in parts through a provided closure or UDF (User-Defined Function). |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3getversioninfo/_arguments/accessKeyId.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S3 accessKeyId. If not defined, checks the system property/environment variable for [lucee.s3.accesskeyid]. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3getversioninfo/_arguments/bucketName.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Name of the bucket to get info for. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3getversioninfo/_arguments/host.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The provider to connect to. If not set, Amazon AWS is used. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3getversioninfo/_arguments/objectName.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Name of the object (path) within the bucket to get info for. If not defined, info of the bucket is returned. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3getversioninfo/_arguments/secretAccessKey.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S3 secretAccessKey. If not defined, checks the system property/environment variable for [lucee.s3.secretaccesskey]. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3getversioninfo/_arguments/timeout.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Timeout for this execution (in milliseconds). |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: s3getversioninfo | ||
id: function-s3getversioninfo | ||
related: | ||
categories: | ||
- s3 | ||
--- | ||
|
||
Returns version information as a query for a specific object or bucket. |
Empty file.
9 changes: 9 additions & 0 deletions
9
docs/03.reference/01.functions/s3listbucket/_arguments/listener.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Optional. Defines the target where the downloaded data will be directed. | ||
If a file path is provided, the data is saved to that path, the file path must be provided with help of the function "fileOpen" like this [fileOpen(path,"write")]. | ||
If a closure or function is given, it will be invoked with parts of the downloaded data as its argument. | ||
The function should accept a single argument named 'line' for line-by-line processing, | ||
'string{Number}' for string blocks of a specified size, | ||
or 'binary{Number}' for binary blocks of a specified size. | ||
The function should return a boolean value: returning false will stop further reading from S3, | ||
while true will continue the process. | ||
If this argument is omitted, the function returns the downloaded data directly. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3upload/_arguments/accessKeyId.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S3 accessKeyId, if not defined it checks the system property/environment variable for [lucee.s3.accesskeyid]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
an array of struct where each struct represents an ACL grant |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3upload/_arguments/bucketName.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Name of the bucket of your object to write |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
the provider to connect, if not set Amazon AWS is used. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
location of the S3 storage. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3upload/_arguments/objectName.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Name of the object (path) within the bucket of your object to write |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/s3upload/_arguments/secretAccessKey.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S3 secretAccessKey, if not defined it checks the system property/environment variable for [lucee.s3.secretaccesskey]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Source file to write to S3. A string path to a file or a object created with the function "fileOpen". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
timeout for this execution |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: s3upload | ||
id: function-s3upload | ||
related: | ||
categories: | ||
- s3 | ||
--- | ||
|
||
Uploads a file to S3. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
If set to true, enables implicit getters and setters for the component's properties. For persistent CFCs, accessors are always enabled. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Lists the interfaces that the component implements, specifying the set of functions that the component must provide. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Defines the type of component: `none` for a regular component, `abstract` for a component that cannot be instantiated directly and must be extended, or `final` for a component that cannot be extended by other components. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
A comma-separated list of acceptable MIME types that the function can accept or consume. If no value is specified, all MIME types are consumed by default. Use this attribute to control the types of content the function can handle. This attribute overrides the `consumes` attribute at the component level. |
10 changes: 10 additions & 0 deletions
10
docs/03.reference/02.tags/function/_attributes/httpmethod.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Specifies the HTTP method to use when calling the function as part of a RESTful service. Accepted values include: | ||
|
||
- `GET`: Requests information from the server. | ||
- `POST`: Sends information to the server for processing. | ||
- `PUT`: Requests the server to store the message body at the specified URL. | ||
- `DELETE`: Requests the server to delete the specified URL. | ||
- `HEAD`: Similar to GET but without a response body. | ||
- `OPTIONS`: Requests information about the communication options available for the server or the specified URL. | ||
|
||
If not specified, the `GET` method is used by default. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
A comma-separated list of MIME types that the function can produce. The function will respond with the most acceptable media type as declared by the client. This attribute overrides the `produces` attribute at the component level. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Defines a sub-resource path for the function when used as part of a RESTful web service. The path is case-sensitive and should avoid special characters. Regular expressions can be included in the path. |
Oops, something went wrong.