Plumtree Portal UI  
 

IntrinsicPortletView Methods

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

Public Instance Methods

Create This method is used by the ASManager to return new instances of managed objects.
Display This is called by the MyPortalContentView, which aggregates all the intrinsic portlet views. This method calls DisplayPortlet() in order to generate the HTML specific to the portlet. If a form is required, then the HTML returned from DisplayPortlet() is put into a form.
DisplayJavascript Portlet Javascript is aggregated by PlumtreeDP. Note that you may need to take into account the portletID in your Javascript.
DisplayPortlet Displays the HTML for the portlet. The child classes must implement this function. This function is called by Display().
DisplayPortletWML Displays the WML for the portlet. The child classes must implement this function. This function is called by DisplayWML().
DisplayWML This is called by the ??, which aggregates all the intrinsic portlet WML views. This method calls DisplayPortletWML() in order to generate the WML specific to the portlet.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
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.
GetName 
GetType (inherited from Object)Gets the Type of the current instance.
Init Inits the Section with the read-only Model and the Activity Space.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

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.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

IntrinsicPortletView Class | com.plumtree.portaluiinfrastructure.intrinsicportlets Namespace