| Package | Description |
|---|---|
| net.sourceforge.stripes.controller |
This package contains classes which form the core internals of Stripes.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<UrlBindingParameter> |
UrlBinding.parameters |
| Modifier and Type | Method and Description |
|---|---|
static UrlBindingParameter |
UrlBindingFactory.parseUrlBindingParameter(Class<? extends ActionBean> beanClass,
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 |
|---|---|
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,
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.