Class ExpressionResolverImpl

java.lang.Object
org.jboss.as.controller.ExpressionResolverImpl
All Implemented Interfaces:
ExpressionResolver

public class ExpressionResolverImpl extends Object implements ExpressionResolver
Basic ExpressionResolver implementation.
Author:
Kabir Khan
  • Constructor Details

    • ExpressionResolverImpl

      protected ExpressionResolverImpl()
      Creates a new ExpressionResolverImpl configured to throw an OFE when it encounters an unresolvable expression.
    • ExpressionResolverImpl

      protected ExpressionResolverImpl(boolean lenient)
      Creates a new ExpressionResolverImpl with configurable behavior as to whether it throws an OFE when it encounters an unresolvable expression.
      Parameters:
      lenient - false if an OFE should be thrown if an unresolvable expression is found; true if the node should be left as an unresolved expression
  • Method Details