|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestParameterProvider
The interface a provider has to implement to add parameters to the url.
Objects which need to append parameters to all urls in the page being generated should create an implementation of this interface and register an object of that type with the RequestParameterProviderManager. When the page is generated the manager will call back to every registered RequestParameterProvider to get the data it needs to append.
Method Summary | |
---|---|
java.lang.String[] |
getFields()
Return the names of fields this instance wants to add to the url. |
java.lang.String |
getFieldValue(java.lang.String field)
Return the value for the given field (which should be one of the values returned by the getFields method). |
Method Detail |
---|
java.lang.String[] getFields()
java.lang.String getFieldValue(java.lang.String field)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |