The methods of the TagHelper class are listed below. For a complete list of TagHelper class members, see the TagHelper Members topic.
![]() | |
![]() | The Tag Container uses this method to display this tag. This method calls the DisplayTag() method. The TagVisitor must be set before this method can be called. Framework Helper Method |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | |
![]() | Gets the Type of the current instance. |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | This method releases the tag visitor to make sure it is not leaked (retained). This should be called after the tag has been validated and processed. |
![]() | This method sets the tag visitor so we can process the tag. This needs to be called before we can validate or process the tag. The tag visitor needs to be released after the tag has been validated and processed. |
![]() | Returns a String that represents the current Object. |
![]() | The Tag Container uses this method to check whether or not this tag is being displayed in the correct context. This method checks for required parent and child tags, as well as for proper formatting and presence of required attributes. If the tag is not being used in a valid way, the Tag Container will log an error and not display this tag. Framework Helper Method |
![]() | This helper method processes all the required PT attributes, validates them, and stores them in the hashtable. This method is public for testing purposes and should not be called otherwise. |
![]() | This helper method processes the tag display tree for required child tags. This method is public for testing purposes and should not be called otherwise. |
![]() | This helper method processes the tag display tree for required parent tags (at least one must be present). This method is public for testing purposes and should not be called otherwise. |
![]() | Check the type safety of the requested attribute. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Looks up the data collection in memory, accesses the specified key, and converts the value to a string. |
![]() | Helper access method to allow lazy initialization of the processed PT attribute hashtable. This method will create the hashtable when the method is called. |
![]() | Helper access method to allow lazy initialization of the processed XML attribute hashtable. This method will create the hashtable when the method is called. |
![]() | Looks up the variable in memory and converts the value to a string. |
![]() | Looks up the variable in memory and converts the value to a string. |
![]() | This helper method gets an attribute as a string. |
![]() | Overloaded. This helper method gets an attribute from a String object rather than an attribute object. |
![]() | Helper method to check if the hashtable is empty. This method will not create the hashtable if it does not exist. |
![]() | Creates a shallow copy of the current Object. |
![]() | This helper method process all the PT attributes and stores them in the hashtable. This is only used if we are looping through the PT attributes instead of accessing them using their associated ATagAttribute objects. |
![]() | This helper method process all the XML attributes and stores them in the hashtable. |
![]() | Performs attribute value replacement on the attribute. I.E. Replaces $var with the value of the tag variable var and $data.var with the value of the key var in the tag variable data collection data. Replaces $#n.file with the internationalized string with ID n in file file. |
![]() | Performs attribute value replacement on the attribute. I.E. Replaces $var with the value of the tag variable var and $data.var with the value of the key var in the tag variable data collection data. Replaces $#n.file with the internationalized string with ID n in file file. |
TagHelper Class | com.plumtree.portaluiinfrastructure.tags.helper Namespace