Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultActionBeanPropertyBinder.bindNullValue(ActionBean bean,
java.lang.String property,
java.lang.Class<?> type)
Internal helper method that determines what to do when no value was supplied for a given form
field (but the field was present on the page).
|
Modifier and Type | Class and Description |
---|---|
class |
EvaluationException
Exception that is raised when a parsed expression cannot be evaluated against a bean
for any reason.
|
class |
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.
|
class |
ParseException
Exception used to designate that an expression was invalid and could not be parsed.
|
? Copyright 2005-2006, Stripes Development Team.