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