com.sap.netweaver.coll.shared.api.extension
Class ExtensionRuntime

java.lang.Object
  |
  +--com.sap.netweaver.coll.shared.api.extension.ExtensionRuntime

public class ExtensionRuntime
extends java.lang.Object

Class providing a factory for extension objects, that serves as a general entry point to work with extensions. The factory can be casted to "IExtensionBuilderFactory" or "IExtensionFactory".


Field Summary
static java.lang.String PORTAL_SERVICE_ID
          Deprecated.  
 
Constructor Summary
ExtensionRuntime()
           
 
Method Summary
static java.lang.Object getFactory()
          Retrieve the factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORTAL_SERVICE_ID

public static final java.lang.String PORTAL_SERVICE_ID
Deprecated.  

Constructor Detail

ExtensionRuntime

public ExtensionRuntime()
Method Detail

getFactory

public static java.lang.Object getFactory()
Retrieve the factory.
Returns:
The factory, can be casted to IExtensionBuilderFactory or IExtensionFactory