![]() ![]() | This is the default tag library name used when a tag does not specify a library name. This library is used for the legacy 5.0 Transformer Tags. |
![]() ![]() | This is the separator used between library and tag names. |
![]() |
Construct the Display Element, but do not construct the Tag until it is actually required. |
![]() | |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | This returns a CompositeDisplayElement to be used to contain the children of this tag. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | This method gets the name of the library for this tag. Note that this initializes the tag holder and may cause unnecessary work if this tag is never displayed. |
![]() | This method gets the name of this tag. Note that this initializes the tag holder and may cause unnecessary work if this tag is never displayed. |
![]() | Gets the Type of the current instance. |
![]() | |
![]() | This method checks if the current tag has the requested tags as child tags. This does not check if they match the current tag, unlike HasChildElements. |
![]() | |
![]() | This method checks if the current tag has the requested tag as a parent tag. This does not check if it matches the current tag, unlike HasParentElement. |
![]() | |
![]() | This method sets an error to be displayed in an HTML Comment before the tag. This is used in case there is a problem parsing the tag HTML (i.e. an unclosed tag). |
![]() | Returns a String that represents the current Object. |
![]() | This calculates the tag and library name, if they have not already been calculated. |
![]() | This cleans up the tag to make sure it is in the proper state. |
![]() | Output the current tag as HTML. This allows it to be handled by another processing engine if necessary. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Generate the end comment for debug mode. |
![]() | Generate the start comment for debug mode. |
![]() | This initializes the Tag with the data it needs to execute. |
![]() | Creates a shallow copy of the current Object. |
TagDisplayElement Class | com.plumtree.portaluiinfrastructure.tags.displaytree Namespace