public abstract class AbstractParser extends Object implements Parser, org.springframework.context.ApplicationContextAware
| 限定符和类型 | 字段和说明 |
|---|---|
protected Collection<Parser> |
parsers |
| 构造器和说明 |
|---|
AbstractParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected NodeDiagram |
parseDiagram(org.dom4j.Element element) |
protected List<SequenceFlowImpl> |
parseFlowElement(org.dom4j.Element element,
long processId,
boolean parseChildren) |
protected List<FormElement> |
parseFormElements(org.dom4j.Element element) |
protected void |
parseNodeCommonInfo(org.dom4j.Element element,
Node node) |
protected List<Assignee> |
parserAssignees(org.dom4j.Element element) |
protected List<UserData> |
parseUserData(org.dom4j.Element element) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
protected String |
unescape(String str) |
protected Collection<Parser> parsers
protected NodeDiagram parseDiagram(org.dom4j.Element element)
protected void parseNodeCommonInfo(org.dom4j.Element element,
Node node)
protected List<FormElement> parseFormElements(org.dom4j.Element element)
protected List<SequenceFlowImpl> parseFlowElement(org.dom4j.Element element, long processId, boolean parseChildren)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2019 Bstek. All rights reserved.