public class WizardsElementReader extends Object implements org.springframework.extensions.config.xml.elementreader.ConfigElementReader
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_DESCRIPTION |
static String |
ATTR_DESCRIPTION_ID |
static String |
ATTR_ERROR_MSG_ID |
static String |
ATTR_ICON |
static String |
ATTR_IF |
static String |
ATTR_INSTRUCTION |
static String |
ATTR_INSTRUCTION_ID |
static String |
ATTR_MANAGED_BEAN |
static String |
ATTR_NAME |
static String |
ATTR_PATH |
static String |
ATTR_SUBTITLE |
static String |
ATTR_SUBTITLE_ID |
static String |
ATTR_TITLE |
static String |
ATTR_TITLE_ID |
static String |
ELEMENT_CONDITION |
static String |
ELEMENT_PAGE |
static String |
ELEMENT_STEP |
static String |
ELEMENT_WIZARD |
static String |
ELEMENT_WIZARDS |
Constructor and Description |
---|
WizardsElementReader() |
Modifier and Type | Method and Description |
---|---|
org.springframework.extensions.config.ConfigElement |
parse(org.dom4j.Element element) |
protected WizardsConfigElement.StepConfig |
parseStep(org.dom4j.Element step)
Parses the given element which represents a step in a wizard
|
public static final String ELEMENT_WIZARDS
public static final String ELEMENT_WIZARD
public static final String ELEMENT_STEP
public static final String ELEMENT_PAGE
public static final String ELEMENT_CONDITION
public static final String ATTR_NAME
public static final String ATTR_MANAGED_BEAN
public static final String ATTR_ICON
public static final String ATTR_TITLE
public static final String ATTR_TITLE_ID
public static final String ATTR_SUBTITLE
public static final String ATTR_SUBTITLE_ID
public static final String ATTR_DESCRIPTION
public static final String ATTR_DESCRIPTION_ID
public static final String ATTR_INSTRUCTION
public static final String ATTR_INSTRUCTION_ID
public static final String ATTR_ERROR_MSG_ID
public static final String ATTR_IF
public static final String ATTR_PATH
public org.springframework.extensions.config.ConfigElement parse(org.dom4j.Element element)
parse
in interface org.springframework.extensions.config.xml.elementreader.ConfigElementReader
ConfigElementReader.parse(org.dom4j.Element)
protected WizardsConfigElement.StepConfig parseStep(org.dom4j.Element step)
step
- The Element representing the stepCopyright © 2005–2017 Alfresco Software. All rights reserved.