Uses of Interface
org.nuxeo.theme.styling.negotiation.Negotiator
-
Packages that use Negotiator Package Description org.nuxeo.theme.styling.negotiation org.nuxeo.theme.styling.service.descriptors -
-
Uses of Negotiator in org.nuxeo.theme.styling.negotiation
Classes in org.nuxeo.theme.styling.negotiation that implement Negotiator Modifier and Type Class Description class
AbstractNegotiator
-
Uses of Negotiator in org.nuxeo.theme.styling.service.descriptors
Fields in org.nuxeo.theme.styling.service.descriptors with type parameters of type Negotiator Modifier and Type Field Description protected Class<Negotiator>
NegotiatorDescriptor. klass
Methods in org.nuxeo.theme.styling.service.descriptors that return types with arguments of type Negotiator Modifier and Type Method Description Class<Negotiator>
NegotiatorDescriptor. getNegotiatorClass()
Method parameters in org.nuxeo.theme.styling.service.descriptors with type arguments of type Negotiator Modifier and Type Method Description void
NegotiatorDescriptor. setNegotiatorKlass(Class<Negotiator> klass)
-