public class ELConnectorWrapper extends Object
${connectors.string['xyz']}
returns the first founded Value in all Connectors:
connector.getString("xyz");
Constructor and Description |
---|
ELConnectorWrapper(Connector[] connectors)
The list of all connectors, where Values can be searched.
|
Modifier and Type | Method and Description |
---|---|
Map<String,byte[]> |
getContent()
Usage:
${connectors.content['xyz']} returns the first founded Value in all Connectors:
connector.getContent("xyz"); . |
Map<String,Object> |
getObject()
Usage:
${connectors.object['xyz']} returns the first founded Value in all Connectors:
connector.getObject("xyz"); . |
Map<String,String> |
getString()
Usage:
${connectors.string['xyz']} returns the first founded Value in all Connectors:
connector.getString("xyz"); . |
public ELConnectorWrapper(Connector[] connectors)
connectors
- a array of Connectors which will be processed in Sequence.public Map<String,String> getString()
${connectors.string['xyz']}
returns the first founded Value in all Connectors:
connector.getString("xyz");
.public Map<String,byte[]> getContent()
${connectors.content['xyz']}
returns the first founded Value in all Connectors:
connector.getContent("xyz");
.Copyright © 2008–2014. All rights reserved.