Class AbstractNegotiator
java.lang.Object
org.nuxeo.theme.styling.negotiation.AbstractNegotiator
- All Implemented Interfaces:
Negotiator
- Since:
- 7.4
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetProperty
(String name) getProperty
(String name, String defaultValue) void
setProperties
(Map<String, String> properties) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.theme.styling.negotiation.Negotiator
getResult
-
Field Details
-
properties
-
-
Constructor Details
-
AbstractNegotiator
public AbstractNegotiator()
-
-
Method Details
-
getProperties
- Specified by:
getProperties
in interfaceNegotiator
-
setProperties
- Specified by:
setProperties
in interfaceNegotiator
-
getProperty
- Specified by:
getProperty
in interfaceNegotiator
-
getProperty
- Specified by:
getProperty
in interfaceNegotiator
-