IComponent.getComponentSite

Overview | Methods | This Package | All Packages

IComponent.getComponentSite

Retrieves the site of the component.

Syntax

public IComponentSite getComponentSite()

Return Value

Returns an object implementing the IComponentSite interface that represents the component's site. This site must be either the value that was passed to the most recent call to setComponentSite, or null if no calls have been made to setComponentSite.