|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ParameterContainer
A parameter container. This interface is implemented by tags that will generate a URL, and will accept parameters to be appended to the URL by any nested <l:param> tag or any param-* attribute.
Provided parameters may be included as part of the URL is they are specified in the corresponding
Path annotation.
| Method Summary | |
|---|---|
ParameterContainer |
addParameter(java.lang.String name,
java.lang.Object value)
Adds a parameter to the resulting url |
| Method Detail |
|---|
ParameterContainer addParameter(java.lang.String name,
java.lang.Object value)
name - the name of the parametervalue - the value of the parameter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||