This appendix provides detailed reference entries for the servlet beans that are included with ATG Adaptive Scenario Engine. It begins with a list of servlet beans grouped by functional area, and continues with the reference entries in alphabetical order.
Note that additional servlet beans are included with other ATG solutions. Your application can also use custom servlet beans written by programmers at your site.
ATG Adaptive Scenario Engine provides several types of servlet beans:
Standard Servlet Beans can be used in any ATG application.
Database and Repository Access Servlet Beans can be used in ATG applications that store data in a database or a repository.
XML Servlet Beans can be used with ATG applications that include XML documents.
Transaction Servlet Beans mark the bounds of a transaction within a JSP.
Personalization Servlet Beans supply content to users based on information in their profiles.
Business process tracking servlet beans
Standard Servlet Beans
This section provides a summary of standard servlet beans.
Class Name |
|
---|---|
Component |
|
Function | Caches content that changes infrequently |
Class Name |
|
---|---|
Component |
|
Function | Displays one of a set of possible outputs, depending on the relative value of its two input parameters |
Class Name |
|
---|---|
Component |
|
Function | Displays a numeric value as a currency amount, and converts a value from one currency to another, formatting it based on the locale |
Class Name |
|
---|---|
Component |
|
Function | Displays a numeric value as a currency amount, formatting it based on the locale |
Class Name |
|
---|---|
Component |
|
Function | Displays error messages that occur during a form submission |
Class Name |
|
---|---|
Component |
|
Function | Displays a single output the number of times specified |
Class Name |
|
---|---|
Component |
|
Function | Displays each element of an array |
Class Name |
|
---|---|
Component |
|
Function | Displays one or more text values, formatting them based on locale |
Class Name |
|
---|---|
Component |
|
Function | Displays one of two possible outputs, depending on whether its input parameter is empty |
Class Name |
|
---|---|
Component |
|
Function | Displays one of two possible outputs, depending on whether its input parameter is null |
Class Name |
|
---|---|
Component |
|
Function | Enables switching between HTTP and HTTPS protocols |
Class Name |
|
---|---|
Component |
|
Function | Displays a subset of the elements of an array |
Class Name |
|
---|---|
Component |
|
Function | Redirects the user to the specified page |
Class Name |
|
---|---|
Component |
|
Function | Displays one of a set of possible outputs, depending on the value of its input parameter |
Class Name |
|
---|---|
Component |
|
Function | Displays each element of an array, arranging the output in a two-dimensional format |
Class Name |
|
---|---|
Component |
|
Function | Displays a subset of the elements of an array, arranging the output in a two-dimensional format |