Uses of Class
nl.gx.webmanager.foundation.NameValuePair
-
Packages that use NameValuePair Package Description nl.gx.webmanager.cms.core This package contains interfaces for the webmanager api.nl.gx.webmanager.cms.integration This package contains interfaces related to integration of external things such as websites and databases. -
-
Uses of NameValuePair in nl.gx.webmanager.cms.core
Methods in nl.gx.webmanager.cms.core with parameters of type NameValuePair Modifier and Type Method Description void
InternalUrlBuilder. setPassOnValues(NameValuePair[] passOnValues)
Sets attribute-value pairs that need to be passed on in the url.Method parameters in nl.gx.webmanager.cms.core with type arguments of type NameValuePair Modifier and Type Method Description void
PageVersion. processHttpServletRequest(List<NameValuePair> dynamicAttributes)
Processes the HttpServletRequest of the page submission for this page version. -
Uses of NameValuePair in nl.gx.webmanager.cms.integration
Methods in nl.gx.webmanager.cms.integration that return NameValuePair Modifier and Type Method Description NameValuePair[]
QueryParameter. getFormElementOptions()
Methods in nl.gx.webmanager.cms.integration with parameters of type NameValuePair Modifier and Type Method Description String
Query. getQuery(NameValuePair[] arguments)
Get the select query and pass extra parameters.
-