Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.image
Class ImageProviderRequestImpl

java.lang.Object
  |
  +--oracle.cabo.image.ImageProviderRequestImpl
All Implemented Interfaces:
ImageProviderRequest

public class ImageProviderRequestImpl
extends java.lang.Object
implements ImageProviderRequest

Implementation of ImageProviderRequest.

See Also:
ImageProviderRequest

Constructor Summary
ImageProviderRequestImpl(java.lang.String namespaceURI, java.lang.String name, java.util.Dictionary renderProperties)
          Creates an ImageProviderRequestImpl with the specified namespace, name and render properties.
 
Method Summary
 java.lang.String getLocalName()
          Implementation of ImageProviderRequest.getLocalName().
 java.lang.String getNamespaceURI()
          Implementation of ImageProviderRequest.getNamespaceURI().
 java.util.Dictionary getRenderProperties(ImageContext context)
          Implementation of ImageProviderRequest.getRenderProperties().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageProviderRequestImpl

public ImageProviderRequestImpl(java.lang.String namespaceURI,
                                java.lang.String name,
                                java.util.Dictionary renderProperties)
Creates an ImageProviderRequestImpl with the specified namespace, name and render properties.
Method Detail

getNamespaceURI

public java.lang.String getNamespaceURI()
Implementation of ImageProviderRequest.getNamespaceURI().
Specified by:
getNamespaceURI in interface ImageProviderRequest

getLocalName

public java.lang.String getLocalName()
Implementation of ImageProviderRequest.getLocalName().
Specified by:
getLocalName in interface ImageProviderRequest

getRenderProperties

public java.util.Dictionary getRenderProperties(ImageContext context)
Implementation of ImageProviderRequest.getRenderProperties().
Specified by:
getRenderProperties in interface ImageProviderRequest
Following copied from interface: oracle.cabo.image.ImageProviderRequest
See Also:
ImageRenderer, ImageConstants

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.