Plumtree Portal UI  
 

TagState Methods

The methods of the TagState class are listed below. For a complete list of TagState class members, see the TagState Members topic.

Public Static Methods

GetHTTPRequestData This method extracts the HTTP request data from the Activity Space.
GetSharedJavascriptCollection This method gets the shared JavaScript collection for this HTTP request, and initializes it if it has not been initialized yet.
ResetPageRequestData This method is called at the end of every HTTP request to reset the page request data. This is a framework method and should not be called by tag developers.
SetSharedJavascriptCollectionAsDisplayed This method marks the shared JavaScript collection for this HTTP request as retrieved for display.

Public Instance Methods

EnterTag The tag container calls this method every time a new tag is displayed.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
ExitTag The tag container calls this method when a tag is finished displaying. This will clean up data stored in the tag scope.
GetAnyVariable 
GetApplication 
GetHashCode (inherited from 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.
GetPersistentSubSession 
GetSharedVariable 
GetSubSession 
GetType (inherited from Object)Gets the Type of the current instance.
GetVariable 
InternalGetVariable Helper method to get variables in memory.
ResetPortletRequestData The tag container calls this method to reset the portlet request data for each portlet on a page and to verify that the TagState is in the correct state after having finished displaying all of the tags in the current portlet request.
SetSharedVariable 
SetVariable 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

CheckValidVariableName This method checks that the variable name does not contain any reserved characters (".").
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetTagName Get the name of the current tag.
InternalRemoveVariable This method removes a variable from the underlying collection.
InternalSetVariable Helper method to set variables in memory.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

TagState Class | com.plumtree.portaluiinfrastructure.tags.helper Namespace