Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.jexl3 Classes and Interfaces - 53 results found.
NameDescriptionTypePackageFramework
JexlArithmeticPerform arithmetic, implements JexlOperator methods.Classorg.apache.commons.jexl3Apache Commons
JexlArithmetic .ArrayBuilderHelper interface used when creating an array literal.Interfaceorg.apache.commons.jexl3.JexlArithmeticApache Commons
JexlArithmetic .MapBuilderHelper interface used when creating a map literal.Interfaceorg.apache.commons.jexl3.JexlArithmeticApache Commons
JexlArithmetic .NullOperandMarker class for null operand exceptions.Classorg.apache.commons.jexl3.JexlArithmeticApache Commons
JexlArithmetic .SetBuilderHelper interface used when creating a set literal.Interfaceorg.apache.commons.jexl3.JexlArithmeticApache Commons
JexlArithmetic .UberspectThe interface that uberspects JexlArithmetic classes.Interfaceorg.apache.commons.jexl3.JexlArithmeticApache Commons
JexlBuilderConfigure and builds a JexlEngine.Classorg.apache.commons.jexl3Apache Commons
JexlContextManages variables which can be referenced in a JEXL expression.Interfaceorg.apache.commons.jexl3Apache Commons
JexlContext .NamespaceFunctorNamespace type that allows creating an instance to delegate namespace methods calls to.Interfaceorg.apache.commons.jexl3.JexlContextApache Commons
JexlContext .NamespaceResolverThis interface declares how to resolve a namespace from its name; it is used by the interpreter during In JEXL, a namespace is an object that serves the purpose of encapsulating functions; for instance,Interfaceorg.apache.commons.jexl3.JexlContextApache Commons
JexlContext .ThreadLocalA marker interface that indicates the interpreter to put this context in the JexlEngine thread local context instance during evaluation.Interfaceorg.apache.commons.jexl3.JexlContextApache Commons
JexlEngineCreates and evaluates JexlExpression and JexlScript objects.Classorg.apache.commons.jexl3Apache Commons
JexlEngine .OptionsScript evaluation options.Interfaceorg.apache.commons.jexl3.JexlEngineApache Commons
JexlExceptionWraps any error that might occur during interpretation of a script or expression.Classorg.apache.commons.jexl3Apache Commons
JexlException .AmbiguousThrown when parsing fails due to an ambiguous statement.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .AssignmentThrown when parsing fails due to an invalid assigment.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .BreakThrown to break a loop.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .CancelThrown to cancel a script execution.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .ContinueThrown to continue a loop.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .MethodThrown when a method or ctor is unknown, ambiguous or inaccessible.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .OperatorThrown when an operator fails.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .ParsingThrown when parsing fails.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .PropertyThrown when a property is unknown.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .ReturnThrown to return a value.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .TokenizationThrown when tokenization fails.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .VariableThrown when a variable is unknown.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlExpressionRepresents a single JEXL expression.Interfaceorg.apache.commons.jexl3Apache Commons
JexlInfoHelper class to carry information such as a url/file name, line and column for debugging information reporting.Classorg.apache.commons.jexl3Apache Commons
JexlInfo .DetailDescribes errors more precisely.Interfaceorg.apache.commons.jexl3.JexlInfoApache Commons
JexlMethodInterface used for regular method invocation.Interfaceorg.apache.commons.jexl3.introspectionApache Commons
JexlOperator These are the operators that are executed by JexlArithmetic methods.Classorg.apache.commons.jexl3Apache Commons
JexlPropertyGetInterface for getting values that appear to be properties.Interfaceorg.apache.commons.jexl3.introspectionApache Commons
JexlPropertySetInterface used for setting values that appear to be properties.Interfaceorg.apache.commons.jexl3.introspectionApache Commons
JexlSandboxA sandbox describes permissions on a class by explicitly allowing or forbidding access to methods and properties through whitelists and blacklists.Classorg.apache.commons.jexl3.introspectionApache Commons
JexlSandbox .BlackSetA black set of names.Classorg.apache.commons.jexl3.introspection.JexlSandboxApache Commons
JexlSandbox .NamesA base set of names.Classorg.apache.commons.jexl3.introspection.JexlSandboxApache Commons
JexlSandbox .PermissionsContains the white or black lists for properties and methods for a given class.Classorg.apache.commons.jexl3.introspection.JexlSandboxApache Commons
JexlSandbox .WhiteSetA white set of names.Classorg.apache.commons.jexl3.introspection.JexlSandboxApache Commons
JexlScript A script is some valid JEXL syntax to be executed with a given set of JexlContext variables.Interfaceorg.apache.commons.jexl3Apache Commons
JexlScriptEngine This implementation gives access to both ENGINE_SCOPE and GLOBAL_SCOPE bindings.Classorg.apache.commons.jexl3.scriptingApache Commons
JexlScriptEngineFactory Supports the following: Language short names: JEXL, Jexl, jexl, JEXL2, Jexl2, jexl2, JEXL3, Jexl3, jexl3 Classorg.apache.commons.jexl3.scriptingApache Commons
JexlUberspect'Federated' introspection/reflection interface to allow JEXL introspection behavior to be customized.Interfaceorg.apache.commons.jexl3.introspectionApache Commons
JexlUberspect .JexlResolverThe various builtin property resolvers.Classorg.apache.commons.jexl3.introspection.JexlUberspectApache Commons
JexlUberspect .PropertyResolverAbstracts getting property setter and getter.Interfaceorg.apache.commons.jexl3.introspection.JexlUberspectApache Commons
JexlUberspect .ResolverStrategyDetermines property resolution strategy.Interfaceorg.apache.commons.jexl3.introspection.JexlUberspectApache Commons
JxltEngineA simple JeXL Template engine.Classorg.apache.commons.jexl3Apache Commons
JxltEngine .ExceptionThe sole type of (runtime) exception the JxltEngine can throw.Classorg.apache.commons.jexl3.JxltEngineApache Commons
JxltEngine .ExpressionA unified expression that can mix immediate, deferred and nested sub-expressions as well as string constants; The immediate syntax is of the form .Interfaceorg.apache.commons.jexl3.JxltEngineApache Commons
JxltEngine .TemplateA template is a JEXL script that evaluates by writing its content through a Writer.Interfaceorg.apache.commons.jexl3.JxltEngineApache Commons
MainTest application for JexlScriptEngine (JSR-223 implementation).Classorg.apache.commons.jexl3.scriptingApache Commons
MapContextWraps a map in a context.Classorg.apache.commons.jexl3Apache Commons
NoJexlIndicates JEXL Introspection should not see this element.Classorg.apache.commons.jexl3.annotationsApache Commons
ObjectContextWraps an Object as a JEXL context and NamespaceResolver.Classorg.apache.commons.jexl3Apache Commons