Response Viper Module
Viper Methods
Global Viper Method | Description |
---|---|
Response.AddHeader Viper Method | Adds a response header. |
Response.ContentType Viper Method | Gets the current response Contenttype. |
Response.Encoding Viper Method | Gets the response encoding. |
Response.End Viper Method | Ends the response immediately. |
Response.ForceAbsoluteLocators Viper Method | Forces all locatores created for this request to generate absolute urls. |
Response.IsClientConnected Viper Method | Gets a value indicating whether the client is still waiting for a response. |
Response.Ready.Execute Viper Method | Executes an SXML expression asynchronously after returning the response to the client. |
Response.Redirect Viper Method | Stops the current rendering and redirects the client to the specified location.This method is AIM-aware: the location will be passed to Active Integrity Management. |
Response.SetCacheable Viper Method | Sets the response cacheability to true. |
Response.SetCookie Viper Method | Sets a cookie. |
Response.SetLastModified Viper Method | Sets the last modified date of the response. |
Response.SetMaxAge Viper Method | Sets the max age of the response. |
Response.SetNewlineHandling Viper Method | Specifies how to handle linebreaks in the response. |
Response.SetNumericEntityFallback Viper Method | Sets whether characters that cannot be written in the response encoding should be written as numeric entities. Default is true. |
Response.SetOutputDecoding Viper Method | A value indicating whether to use output decoding before sending the response to the client. |
Response.Status Viper Method | Gets the current response status. |
Response.UpdateLastModified Viper Method | Updates the last modified date of the response, if the given date is newer than the current one. |
Response.Write Viper Method | Writes the specified data directly to the response, thus ignoring the normal rendering process.Use with care, in scenarios in which longer processing takes place and the client should be informed of the current status. |
Response.WriteBytes Viper Method | Writes the specified data (byte-array) directly to the response, thus ignoring the normal rendering process. |
Response.WriteProcessingTimeCookie Viper Method | Specifies that the 'TotalProcessingTime' cookie should be written to the client when the RenderEngine has completed. |
See Also
-
Response.AddHeader Viper Method
Adds a response header. -
Response.ContentType Viper Method
Gets the current response Contenttype. -
Response.Encoding Viper Method
Gets the response encoding. -
Response.End Viper Method
Ends the response immediately. -
Response.ForceAbsoluteLocators Viper Method
Forces all locatores created for this request to generate absolute urls. -
Response.IsClientConnected Viper Method
Gets a value indicating whether the client is still waiting for a response. -
Response.Ready.Execute Viper Method
Executes an SXML expression asynchronously after returning the response to the client. -
Response.Redirect Viper Method
Stops the current rendering and redirects the client to the specified location.This method is AIM-aware: the location will be passed to Active Integrity Management. -
Response.SetCacheable Viper Method
Sets the response cacheability to true. -
Response.SetCookie Viper Method
Sets a cookie. -
Response.SetLastModified Viper Method
Sets the last modified date of the response. -
Response.SetMaxAge Viper Method
Sets the max age of the response. -
Response.SetNewlineHandling Viper Method
Specifies how to handle linebreaks in the response. -
Response.SetNumericEntityFallback Viper Method
Sets whether characters that cannot be written in the response encoding should be written as numeric entities. Default is true. -
Response.SetOutputDecoding Viper Method
A value indicating whether to use output decoding before sending the response to the client. -
Response.Status Viper Method
Gets the current response status. -
Response.UpdateLastModified Viper Method
Updates the last modified date of the response, if the given date is newer than the current one. -
Response.Write Viper Method
Writes the specified data directly to the response, thus ignoring the normal rendering process.Use with care, in scenarios in which longer processing takes place and the client should be informed of the current status. -
Response.WriteBytes Viper Method
Writes the specified data (byte-array) directly to the response, thus ignoring the normal rendering process. -
Response.WriteProcessingTimeCookie Viper Method
Specifies that the 'TotalProcessingTime' cookie should be written to the client when the RenderEngine has completed.
- Macro
- Macro Parameters
- Macro Parameter Properties
-
Vipers
-
Global Viper Methods
- AIM Viper Class
- Audit Viper Class
- Buffer Viper Class
- Cache Viper Class
- CacheFile Viper Class
- Calendar Viper Class
- Channel Viper Class
- Char Viper Class
- Cms Viper Class
- ContentType Viper Class
- Convert Viper Class
- Database Viper Class
- DataTable Viper Class
- DateTime Viper Class
- Debug Viper Class
- DigiD Viper Class
- Env Viper Class
- FileSystem Viper Class
- FlexLayout Viper Class
- Html Viper Class
- Html.Color Viper Class
- Html.Css Viper Class
- Image Viper Class
- ImageProperties Viper Class
- ItemComments Viper Class
- ItemData Viper Class
- License Viper Class
- Locale Viper Class
- Logging Viper Class
- Login Viper Class
- Math Viper Class
- Payment Viper Class
- Personalization Viper Class
- PlaceHolder Viper Class
- Poll Viper Class
- Publication Viper Class
- RenderTemplate Viper Class
- Request Viper Class
-
- Response.AddHeader Viper Method
- Response.ContentType Viper Method
- Response.Encoding Viper Method
- Response.End Viper Method
- Response.ForceAbsoluteLocators Viper Method
- Response.IsClientConnected Viper Method
- Response.Ready.Execute Viper Method
- Response.Redirect Viper Method
- Response.SetCacheable Viper Method
- Response.SetCookie Viper Method
- Response.SetLastModified Viper Method
- Response.SetMaxAge Viper Method
- Response.SetNewlineHandling Viper Method
- Response.SetNumericEntityFallback Viper Method
- Response.SetOutputDecoding Viper Method
- Response.Status Viper Method
- Response.UpdateLastModified Viper Method
- Response.Write Viper Method
- Response.WriteBytes Viper Method
- Response.WriteProcessingTimeCookie Viper Method
- Scf Viper Class
- Security Viper Class
- Session Viper Class
- Site Viper Class
- Smartlet Viper Class
- SmartletEditor Viper Class
- SmartletPreset Viper Class
- Smi Viper Class
- SmiData Viper Class
- Spice Viper Class
- Sql Viper Class
- StandardsCompliance Viper Class
- Storage Viper Class
- String Viper Class
- SXML Viper Class
- Sys Viper Class
- Tags Viper Class
- Translation Viper Class
- Url Viper Class
- User Viper Class
- UserItemFeedback Viper Class
- Xml Viper Class
- Local Viper Methods
-
Global Viper Methods
- SXML Data Types
- Examples
- Tips & Tricks