Uses of Package
org.apache.commons.ognl

Packages that use org.apache.commons.ognl
org.apache.commons.ognl   
org.apache.commons.ognl.enhance   
org.apache.commons.ognl.internal   
 

Classes in org.apache.commons.ognl used by org.apache.commons.ognl
ASTAnd
          $Id: ASTAnd.java 1194869 2011-10-29 11:10:16Z mcucchiara $
ASTChain
          $Id: ASTChain.java 1197011 2011-11-03 09:19:44Z mcucchiara $
ASTConst
          $Id: ASTConst.java 1194869 2011-10-29 11:10:16Z mcucchiara $
ASTCtor
          $Id: ASTCtor.java 1194869 2011-10-29 11:10:16Z mcucchiara $
ASTInstanceof
          $Id: ASTInstanceof.java 1194869 2011-10-29 11:10:16Z mcucchiara $
ASTList
          $Id: ASTList.java 1194869 2011-10-29 11:10:16Z mcucchiara $
ASTMethod
          $Id: ASTMethod.java 1198659 2011-11-07 09:12:44Z mcucchiara $
ASTOr
          $Id: ASTOr.java 1194869 2011-10-29 11:10:16Z mcucchiara $
ASTProperty
          $Id: ASTProperty.java 1197445 2011-11-04 09:13:17Z mcucchiara $
ASTRootVarRef
          $Id: ASTRootVarRef.java 1194869 2011-10-29 11:10:16Z mcucchiara $
ASTSequence
          $Id: ASTSequence.java 1194869 2011-10-29 11:10:16Z mcucchiara $
ASTStaticField
          $Id: ASTStaticField.java 1198661 2011-11-07 09:14:07Z mcucchiara $
ASTStaticMethod
          $Id: ASTStaticMethod.java 1194869 2011-10-29 11:10:16Z mcucchiara $
ASTThisVarRef
          $Id: ASTThisVarRef.java 1184964 2011-10-17 00:26:34Z mcucchiara $
ASTVarRef
          $Id: ASTVarRef.java 1194869 2011-10-29 11:10:16Z mcucchiara $
BooleanExpression
          Base class for boolean expressions.
ClassCacheInspector
          Optional interface that may be registered with OgnlRuntime.setClassCacheInspector(ClassCacheInspector) as a means to disallow caching of specific class types.
ClassResolver
          This interface defines an object that will resolve a class from a string and an ognl context table.
DefaultClassResolver
          Default class resolution.
DynamicSubscript
          This class has predefined instances that stand for OGNL's special "dynamic subscripts" for getting at the first, middle, or last elements of a list.
ElementsAccessor
          This interface defines a method for getting the "elements" of an object, which means any objects that naturally would be considered to be contained by the object.
Evaluation
          An Evaluation is and object that holds a node being evaluated and the source from which that node will take extract its value.
EvaluationPool
          Deprecated. evaluation-pooling now relies on the jvm garbage collection
ExpressionNode
           
JavaCharStream
          An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaSource
          Defines an object that can return a representation of itself and any objects it contains in the form of a String embedded with literal java statements.
JJTOgnlParserState
          $Id: JJTOgnlParserState.java 1194866 2011-10-29 10:51:32Z mcucchiara $
MemberAccess
          This interface provides a hook for preparing for accessing members of objects.
MethodAccessor
          This interface defines methods for calling methods in a target object.
MethodFailedException
          Exception thrown if a method or constructor call fails.
Node
          JJTree interface for AST nodes, as modified to handle the OGNL operations getValue and setValue.
NodeType
          Used by some of the ognl.enhance.OgnlExpressionCompiler logic to determine the object type of Nodes during expression evaluation.
NodeVisitor
           
NullHandler
          Interface for handling null results from Chains.
NumericTypes
          This interface defines some useful constants for describing the various possible numeric types of OGNL.
ObjectArrayPool
          Deprecated. object-pooling now relies on the jvm garbage collection
ObjectPropertyAccessor
          Implementation of PropertyAccessor that uses reflection on the target object's class to find a field or a pair of set/get methods with the given property name.
OgnlContext
          This class defines the execution context for an OGNL expression
OgnlException
          Superclass for OGNL exceptions, incorporating an optional encapsulated exception.
OgnlParser
          OgnlParser is a JavaCC parser class; it translates OGNL expressions into abstract syntax trees (ASTs) that can then be interpreted by the getValue and setValue methods.
OgnlParserConstants
          Token literal values and constants.
OgnlParserTokenManager
          Token Manager.
OgnlParserTreeConstants
          $Id: OgnlParserTreeConstants.java 1194868 2011-10-29 11:04:16Z mcucchiara $ Generated By:JavaCC: Do not edit this line.
ParseException
          This exception is thrown when parse errors are encountered.
PropertyAccessor
          This interface defines methods for setting and getting a property from a target object.
SimpleNode
           
Token
          Describes the input token stream.
TypeConverter
          Interface for accessing the type conversion facilities within a context.
 

Classes in org.apache.commons.ognl used by org.apache.commons.ognl.enhance
ClassResolver
          This interface defines an object that will resolve a class from a string and an ognl context table.
Node
          JJTree interface for AST nodes, as modified to handle the OGNL operations getValue and setValue.
OgnlContext
          This class defines the execution context for an OGNL expression
 

Classes in org.apache.commons.ognl used by org.apache.commons.ognl.internal
ClassCacheInspector
          Optional interface that may be registered with OgnlRuntime.setClassCacheInspector(ClassCacheInspector) as a means to disallow caching of specific class types.
 



Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.