BaseCompositeFileElementProxy or DefaultCompositeFileElementProxy for container-based proxies.@Deprecated public abstract class AbstractCompositeFileElementProxy extends BaseCompositeFileElementProxy
CompositeFileElementProxy.| Constructor and Description | 
|---|
AbstractCompositeFileElementProxy()
Deprecated.  
Constructs an  
AbstractCompositeFileElementProxy object. | 
AbstractCompositeFileElementProxy(java.lang.String viewType)
Deprecated. 
 
replaced by  
AbstractCompositeFileElementProxy(); the view type is supplied in composite-file-element-hook. | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getViewType()
Deprecated.  
Gets the type identifier of views associated with this proxy. 
 | 
getCompositeElementClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCompositeFileURLspublic AbstractCompositeFileElementProxy()
AbstractCompositeFileElementProxy object.@Deprecated public AbstractCompositeFileElementProxy(java.lang.String viewType)
AbstractCompositeFileElementProxy(); the view type is supplied in composite-file-element-hook.AbstractCompositeFileElementProxy object.viewType - the type of views associated with this proxy.public java.lang.String getViewType()
null indicates any potential view.getViewType in class BaseCompositeFileElementProxy