| |||||||
FRAMES NO FRAMES |
Tag Libraries | |
Common Tags | This library provides a common set of tags that provide key functionality across many different types of tag engine deployments. |
URI Constants Tags | This library contains tags that act as URI constants. They are replaced with the appropriate URI at runtime. These tags are not used with the standard <pt:library.tag/> format. They are used as URLs without the library (<a href="pt://uriconstant">). More information can be found on the Developer Center. |
Core Tags | This library provides a basic set of tags that provide some of the core tag functionality, like errors and debug mode. |
Ensemble Tags | This library provides tags that access Ensemble objects, such as Resources and Pagelets. |
Logic Tags | This library provides a basic set of logic tags. Many of these tags have a scope argument. The valid values for the scope argument are "tag", "portlet request", "http request", "session", "application". These values are not case-sensitive, although it is considered a best practice to use all lower case. Various tags also set editable shared variables as part of their execution. If a variable with the same name already exists, it will be overwritten. If the pre-existing variable is not editable, then the tag will fail. Variable names cannot contain the reserved character '.'. |
| |||||||
FRAMES NO FRAMES |