THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
- org.apache.tapestry.services.impl.HiveMindExpressionCompiler The Tapestry implementation of
ognl.enhance.OgnlExpressionCompiler
- which is a subclass of theognl.enhance.ExpressionCompiler
default implementation. - org.apache.tapestry.services.impl.ExpressionEvaluatorImpl Main service point involved in compiling/evaluating OGNL expressions. This is the core service that the rest of Tapestry uses when dealing with OGNL expressions.
- org.apache.tapestry.services.impl.ExpressionCacheImpl Service responsible for caching OGNL statements where appropriate.
- org.apache.tapestry.binding.ExpressionBinding Wrapper class which represents a single OGNL binding expression within Tapestry templates/annotations/html/etc..Anything formally specified in an html attribute for components in Tapestry is represented by a specific type of
IBinding
, this