| Package | Description |
|---|---|
| com.helger.photon.basic.app.request |
| Modifier and Type | Method and Description |
|---|---|
protected PhotonRequestParameters |
RequestParameterHandlerURLPathOrdered.getParametersFromPath(String sPath) |
protected PhotonRequestParameters |
RequestParameterHandlerURLPathNamed.getParametersFromPath(String sPath) |
PhotonRequestParameters |
RequestParameterHandlerURLPathOrdered.getParametersFromRequest(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope) |
PhotonRequestParameters |
RequestParameterHandlerURLPathNamed.getParametersFromRequest(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope) |
PhotonRequestParameters |
RequestParameterHandlerURLParameter.getParametersFromRequest(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope) |
PhotonRequestParameters |
IRequestParameterHandler.getParametersFromRequest(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope)
Get all request parameters from the provided request.
|
PhotonRequestParameters |
RequestParameterHandlerURLPathOrdered.getParametersFromURL(com.helger.commons.url.ISimpleURL aURL) |
PhotonRequestParameters |
RequestParameterHandlerURLPathNamed.getParametersFromURL(com.helger.commons.url.ISimpleURL aURL) |
PhotonRequestParameters |
RequestParameterHandlerURLParameter.getParametersFromURL(com.helger.commons.url.ISimpleURL aURL) |
PhotonRequestParameters |
IRequestParameterHandler.getParametersFromURL(com.helger.commons.url.ISimpleURL aURL)
Get all request parameters from the provided URL.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.