Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.composite
Interface CompositeFileElementProxy

All Known Implementing Classes:
AbstractCompositeFileElementProxy, BaseCompositeFileElementProxy, DefaultCompositeFileElementProxy

public interface CompositeFileElementProxy

An interface defining a proxy for accessing composite file information for an element type.

Do not implement this interface directly. Extend BaseCompositeFileElementProxy, or DefaultCompositeFileElementProxy for container-based proxies.


Method Summary
 java.lang.Class getCompositeElementClass()
          Deprecated. replaced by declarative description through composite-file-element-hook/element-class.
 java.net.URL[] getCompositeFileURLs(Element compositeElement)
          Gets the file URLs represented by the given composite element.
 

Method Detail

getCompositeElementClass

@Deprecated
java.lang.Class getCompositeElementClass()
Deprecated. replaced by declarative description through composite-file-element-hook/element-class.

Gets the composite element class handled by this proxy.

Returns:
the composite element class.

getCompositeFileURLs

java.net.URL[] getCompositeFileURLs(Element compositeElement)
Gets the file URLs represented by the given composite element. Note that order is significant; certain operations, which are implictly based on a single file, are applied to the first valid URL in the returned array. In these cases other constituents of the composite are not used.

Parameters:
compositeElement - the composite element.
Returns:
the composite file URLs.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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