|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.sourceforge.stripes.util.bean | |
---|---|
net.sourceforge.stripes.controller | This package contains classes which form the core internals of Stripes. |
net.sourceforge.stripes.util.bean | This package contains classes which implement a limited subset of an expression language for dealing with an extended JavaBean property syntax. |
Classes in net.sourceforge.stripes.util.bean used by net.sourceforge.stripes.controller | |
---|---|
ExpressionException
Root exception type which all exceptions in this package extend. |
|
PropertyExpressionEvaluation
The dynamic partner to a PropertyExpression that represents the evaluation of the expression against a particular bean or starting object. |
Classes in net.sourceforge.stripes.util.bean used by net.sourceforge.stripes.util.bean | |
---|---|
EvaluationException
Exception that is raised when a parsed expression cannot be evaluated against a bean for any reason. |
|
ExpressionException
Root exception type which all exceptions in this package extend. |
|
Node
Represents a single node in a PropertyExpression . |
|
NodeEvaluation
Represents a Node in an expression which has been evaluated against a specific bean in order to determine additional type information etc. |
|
NodeType
Enum representing the type of a node in a property expression. |
|
NoSuchPropertyException
Exception indicating that an expression could not be evaluated against a bean because the bean (or some sub-property of the bean) did not have a property matching the name supplied in the expression. |
|
ParseException
Exception used to designate that an expression was invalid and could not be parsed. |
|
PropertyAccessor
Interface which is implemented by classes capable of acting as accessors for certain types of classes. |
|
PropertyExpression
An expression representing a property, nested property or indexed property of a JavaBean, or a combination of all three. |
|
PropertyExpressionEvaluation
The dynamic partner to a PropertyExpression that represents the evaluation of the expression against a particular bean or starting object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |