|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UrlBindingParameter | |
|---|---|
| net.sourceforge.stripes.controller | This package contains classes which form the core internals of Stripes. |
| Uses of UrlBindingParameter in net.sourceforge.stripes.controller |
|---|
| Fields in net.sourceforge.stripes.controller with type parameters of type UrlBindingParameter | |
|---|---|
protected List<UrlBindingParameter> |
UrlBinding.parameters
|
| Methods in net.sourceforge.stripes.controller that return UrlBindingParameter | |
|---|---|
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. |
| Methods in net.sourceforge.stripes.controller that return types with arguments of type UrlBindingParameter | |
|---|---|
List<UrlBindingParameter> |
UrlBinding.getParameters()
Get the list of parameters for this binding. |
| Constructors in net.sourceforge.stripes.controller with parameters of type UrlBindingParameter | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||