public interface CompositeFileElementProxy
An interface defining a proxy for accessing composite file information for an element type.
Do not implement this interface directly. ExtendBaseCompositeFileElementProxy, or DefaultCompositeFileElementProxy 
 for container-based proxies.| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
@Deprecated java.lang.Class getCompositeElementClass()
java.net.URL[] getCompositeFileURLs(Element compositeElement)
compositeElement - the composite element.