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
FieldsFields inherited from class org.nuxeo.ecm.webengine.model.impl.TypeDescriptor
clazz, fragment, superType, type, visibility -
Constructor Summary
ConstructorsConstructorDescriptionAdapterDescriptor(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 TypeMethodDescriptionbooleanstatic AdapterDescriptorfromAnnotation(ClassProxy clazz, WebAdapter type) getId()booleanbooleanMethods 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:
isAdapterin classTypeDescriptor
-
equals
- Overrides:
equalsin classTypeDescriptor
-
getId
- Overrides:
getIdin classTypeDescriptor
-
getFragment
- Overrides:
getFragmentin classTypeDescriptor
-
isMainFragment
public boolean isMainFragment()- Overrides:
isMainFragmentin classTypeDescriptor
-
asAdapterDescriptor
- Overrides:
asAdapterDescriptorin classTypeDescriptor
-
fromAnnotation
-