Package | Description |
---|---|
net.sourceforge.stripes.controller |
This package contains classes which form the core internals of Stripes.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<UrlBindingParameter> |
UrlBinding.parameters |
Modifier and Type | Method and Description |
---|---|
static UrlBindingParameter |
UrlBindingFactory.parseUrlBindingParameter(java.lang.Class<? extends ActionBean> beanClass,
java.lang.String string)
Parses a parameter specification into name and default value and returns a
UrlBindingParameter with the corresponding name and default value properties set
accordingly. |
Modifier and Type | Method and Description |
---|---|
java.util.List<UrlBindingParameter> |
UrlBinding.getParameters()
Get the list of parameters for this binding.
|
Constructor and Description |
---|
UrlBindingParameter(UrlBindingParameter prototype)
Make an exact copy of the given
UrlBindingParameter . |
UrlBindingParameter(UrlBindingParameter prototype,
java.lang.String value)
Make a copy of the given
UrlBindingParameter except that the parameter's value will
be set to value . |
? Copyright 2005-2006, Stripes Development Team.