Class AdapterDescriptor
java.lang.Object
org.nuxeo.ecm.webengine.model.impl.TypeDescriptor
org.nuxeo.ecm.webengine.model.impl.AdapterDescriptor
- All Implemented Interfaces:
Cloneable
- Author:
- Bogdan Stefanescu
-
Field Summary
Fields inherited from class org.nuxeo.ecm.webengine.model.impl.TypeDescriptor
clazz, fragment, superType, type, visibility
-
Constructor Summary
ConstructorDescriptionAdapterDescriptor
(ClassProxy clazz, String name, String type, String superType) AdapterDescriptor
(ClassProxy clazz, String name, String type, String superType, String targetType, String[] facets) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static AdapterDescriptor
fromAnnotation
(ClassProxy clazz, WebAdapter type) getId()
boolean
boolean
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.TypeDescriptor
asTypeDescriptor, clone, fromAnnotation, getVisibility, hashCode, setVisibility, toString
-
Field Details
-
name
-
targetType
-
facets
-
-
Constructor Details
-
AdapterDescriptor
public AdapterDescriptor() -
AdapterDescriptor
-
AdapterDescriptor
-
-
Method Details
-
isAdapter
public boolean isAdapter()- Overrides:
isAdapter
in classTypeDescriptor
-
equals
- Overrides:
equals
in classTypeDescriptor
-
getId
- Overrides:
getId
in classTypeDescriptor
-
getFragment
- Overrides:
getFragment
in classTypeDescriptor
-
isMainFragment
public boolean isMainFragment()- Overrides:
isMainFragment
in classTypeDescriptor
-
asAdapterDescriptor
- Overrides:
asAdapterDescriptor
in classTypeDescriptor
-
fromAnnotation
-