The methods of the RepostControl class are listed below. For a complete list of RepostControl class members, see the RepostControl Members topic.
![]() | This code is called by the AS Servlet each time there is a repost. First it saves the page and then performs any repost action. If the Redirect object returned is not null, the Servlet will go to the page specified by the Redirect. If the Redirect is null, the Servlet will get the current page from the AS and display it. |
![]() | |
![]() | 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. |
![]() | Return the class name. |
![]() | Returns the current page status. |
![]() | Returns the current value of the repost action. |
![]() | Gets the Type of the current instance. |
![]() | Inits the class with the associated model and activity space. If this method is overridden in a sub-class, this version of Init must be called as super.Init(); |
![]() | Sets a new page status. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | Given the repost action mode, calls the associated method in the model. |
![]() | Sets the Pass thru arguments from the pass thru control into m_htFormData. And executes the Pass thru control. |
![]() | Get the current page name and call the save method on the model. |
![]() | Sets the redirect member variable. (Used to redirect at the end of the Editor.) |
![]() | Get the repost action mode from the form data hashtable and set it in the member variable. |
RepostControl Class | com.plumtree.uiinfrastructure.form Namespace