nl.gx.webmanager.wcb.paneltype
Interface PanelComponent

All Superinterfaces:
Component
All Known Implementing Classes:
SimplePanelComponent

public interface PanelComponent
extends Component

Interface for a PanelComponent.

Author:
bramk

Method Summary
 java.lang.Object getInstance(java.lang.String websiteIdentifier)
          Gets an instance of this PanelComponent.
 
Methods inherited from interface nl.gx.webmanager.wcb.Component
exportContent, getClassesFromBundle, getClassForName, getComponentBundle, getComponentDefinition, getExtensions, getId, getInstance, getInstanceForName, getPrivateNode, getTypeId, getWrapperDefinitions, importContent, onDestroy, onInit, onInstall, onPurge, onStart, onStop, onUninstall, onUpdate, purgeContent, setBundleContext, setComponentBundle, setComponentDefinition, setComponentManager
 

Method Detail

getInstance

java.lang.Object getInstance(java.lang.String websiteIdentifier)
Gets an instance of this PanelComponent. The website identifier is used to inject a website specific node into the instance.

Parameters:
websiteIdentifier - the identifier of the current web initiatif
Returns:
the panel instance


Copyright © 2007-2011 GX Software BV. All Rights Reserved.