public interface Negotiator
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getProperties() |
String |
getProperty(String name) |
String |
getProperty(String name,
String defaultValue) |
String |
getResult(String target,
Object context)
Should return null if next negotiator should apply.
|
void |
setProperties(Map<String,String> properties) |
String getResult(String target, Object context)
Map<String,String> getProperties()
void setProperties(Map<String,String> properties)
String getProperty(String name)
String getProperty(String name, String defaultValue)
Copyright © 2015 Nuxeo SA. All rights reserved.