Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbpm.workflow.delegation.impl
Class AttributeExpressionResolver  view AttributeExpressionResolver download AttributeExpressionResolver.java

java.lang.Object
  extended byorg.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)