Package org.nuxeo.ecm.webengine.model
Interface AdapterType
-
- All Superinterfaces:
ResourceType
- All Known Implementing Classes:
AdapterTypeImpl
public interface AdapterType extends ResourceType
- Author:
- Bogdan Stefanescu
-
-
Field Summary
-
Fields inherited from interface org.nuxeo.ecm.webengine.model.ResourceType
ROOT_TYPE_NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
acceptResource(Resource resource)
String
getAdapterName()
String[]
getTargetFacets()
String
getTargetType()
-
Methods inherited from interface org.nuxeo.ecm.webengine.model.ResourceType
flushCache, getFacets, getGuard, getName, getResourceClass, getSuperType, getView, hasFacet, isDerivedFrom, isEnabled, newInstance
-
-