Class |
Description |
ATagInfrastructure
|
This class separates out the infrastructure classes used in a tag so that they are not documented with the ATag class. |
SharedStateVariable
|
This class wraps shared state variables and tracking information to provide edit access checks. |
TagHelper
|
This helper class contains the framework code that tags use and helps to keep the ATag class simple. |
TagMetaDataHelper
|
This helper class uses XPReflect to read in the tag meta data. This class should be called once per tag class and stored as a static on the ATag class. |
TagState
|
This class manages variable storage and retrieval for tags. It allows you to get and set variables for various contexts (session, request, tag, etc...). |
TagVisitor
|
This class is used to traverse the tag display tree and pass common data to each element as it is displayed. |