|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> delegation >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jbpm.workflow.delegation.impl
Class AttributeExpressionResolver

java.lang.Objectorg.jbpm.workflow.delegation.impl.AttributeExpressionResolver
- public class AttributeExpressionResolver
- extends java.lang.Object
| Field Summary | |
private static AttributeExpressionResolver |
instance
|
private static java.lang.String |
LEFT_MARKER
|
private static org.apache.log4j.Logger |
log
|
private static java.lang.String |
RIGHT_MARKER
|
| Constructor Summary | |
private |
AttributeExpressionResolver()
|
| Method Summary | |
static AttributeExpressionResolver |
getInstance()
|
java.lang.String |
resolveAttributeExpression(java.lang.String expression,
org.jbpm.workflow.delegation.HandlerContext handlerContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
LEFT_MARKER
private static final java.lang.String LEFT_MARKER
- See Also:
- Constant Field Values
RIGHT_MARKER
private static final java.lang.String RIGHT_MARKER
- See Also:
- Constant Field Values
instance
private static final AttributeExpressionResolver instance
log
private static final org.apache.log4j.Logger log
| Constructor Detail |
AttributeExpressionResolver
private AttributeExpressionResolver()
| Method Detail |
getInstance
public static AttributeExpressionResolver getInstance()
resolveAttributeExpression
public java.lang.String resolveAttributeExpression(java.lang.String expression, org.jbpm.workflow.delegation.HandlerContext handlerContext)
|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> delegation >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jbpm.workflow.delegation.impl.AttributeExpressionResolver