Class OpenSearchElementReader
- java.lang.Object
-
- org.alfresco.repo.web.scripts.config.OpenSearchElementReader
-
- All Implemented Interfaces:
org.springframework.extensions.config.xml.elementreader.ConfigElementReader
public class OpenSearchElementReader extends Object implements org.springframework.extensions.config.xml.elementreader.ConfigElementReader
Custom element reader to parse config for the open search- Author:
- davidc
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTR_LABEL
static String
ATTR_LABEL_ID
static String
ATTR_PROXY
static String
ATTR_TYPE
static String
ELEMENT_ENGINE
static String
ELEMENT_ENGINES
static String
ELEMENT_OPENSEARCH
static String
ELEMENT_PROXY
static String
ELEMENT_URL
-
Constructor Summary
Constructors Constructor Description OpenSearchElementReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.extensions.config.ConfigElement
parse(org.dom4j.Element element)
-
-
-
Field Detail
-
ELEMENT_OPENSEARCH
public static final String ELEMENT_OPENSEARCH
- See Also:
- Constant Field Values
-
ELEMENT_ENGINES
public static final String ELEMENT_ENGINES
- See Also:
- Constant Field Values
-
ELEMENT_ENGINE
public static final String ELEMENT_ENGINE
- See Also:
- Constant Field Values
-
ELEMENT_URL
public static final String ELEMENT_URL
- See Also:
- Constant Field Values
-
ELEMENT_PROXY
public static final String ELEMENT_PROXY
- See Also:
- Constant Field Values
-
ATTR_TYPE
public static final String ATTR_TYPE
- See Also:
- Constant Field Values
-
ATTR_LABEL
public static final String ATTR_LABEL
- See Also:
- Constant Field Values
-
ATTR_LABEL_ID
public static final String ATTR_LABEL_ID
- See Also:
- Constant Field Values
-
ATTR_PROXY
public static final String ATTR_PROXY
- See Also:
- Constant Field Values
-
-