Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.2.0)

E17486-03


oracle.adf.share
Class DesignTimeLinkage

java.lang.Object
  extended by oracle.adf.share.DesignTimeLinkage


public abstract class DesignTimeLinkage
extends java.lang.Object

This is the abstract base class for any extension wishing to extend the ADFContext.getCurrent action into the design time. Just declaring a extends of this class causes registration, and only the last one registered is used (singleton). See the addin in adf-share-dt-base that creates LazyDesignTimeLinkage.

For internal use only. Application developers should not use this
Applications should not extend this class.

Constructor Summary
DesignTimeLinkage()
           

 

Method Summary
abstract  ADFContext findOrCreateDefaultADFContext()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DesignTimeLinkage

public DesignTimeLinkage()

Method Detail

findOrCreateDefaultADFContext

public abstract ADFContext findOrCreateDefaultADFContext()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.2.0)

E17486-03


Copyright © 1997, 2012, Oracle. All rights reserved.