Package | Description |
---|---|
oracle.rc.asadapter.connection | |
oracle.rc.asadapter.connection.spi |
Modifier and Type | Method and Description |
---|---|
<T> Presentation<T> |
PresentationManager.getPresentation(PresentationType<T> type) |
<T> Presentation<T> |
AppServerConnection.getPresentation(PresentationType<T> type)
Deprecated.
Use getPresentationManager().getPresentation(type)
|
Modifier and Type | Method and Description |
---|---|
<T> void |
PresentationManager.releasePresentation(Presentation<T> presentation) |
<T> void |
AppServerConnection.releasePresentation(Presentation<T> presentation)
Deprecated.
Use PresentationManager
|
Modifier and Type | Class and Description |
---|---|
class |
BasicPresentation<T> |