Skip navigation links

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.3.0)

E18581-04


oracle.adfdt.view.common.binding.creator.presentation
Class PresentationFactory

java.lang.Object
  extended by oracle.adfdt.view.common.binding.creator.presentation.PresentationFactory


public final class PresentationFactory
extends java.lang.Object

Constructor Summary
PresentationFactory()
           

 

Method Summary
static
<T> CreatorPresentation<T>
getPresentation(ADFDesignTimeContext dtContext, java.lang.String pattern)
          Retrieves a CreatorPresentation for the pattern name.

 

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

 

Constructor Detail

PresentationFactory

public PresentationFactory()

Method Detail

getPresentation

public static <T> CreatorPresentation<T> getPresentation(ADFDesignTimeContext dtContext,
                                                         java.lang.String pattern)
Retrieves a CreatorPresentation for the pattern name. If the pattern does not contain a presentation, or if the presentation is not compatible with the current environmental context, this will return null.
Parameters:
dtContext - The environment dt context.
pattern - The name of the pattern to retrieve the presentation.
Returns:
The CreatorPresentation, if a compatible one exists for the pattern.

Skip navigation links

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.3.0)

E18581-04


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