| Package | Description |
|---|---|
| org.jahia.bin |
| Modifier and Type | Method and Description |
|---|---|
static int |
JahiaControllerUtils.getIntParameter(javax.servlet.http.HttpServletRequest request,
String name)
Simple utility method to retrieve an integer parameter from a request and throws an
JahiaBadRequestException (results in a 400 error)
in case the parameter is not found. |
protected static int |
JahiaController.getIntParameter(javax.servlet.http.HttpServletRequest request,
String name)
Simple utility method to retrieve an integer parameter from a request and throws an
JahiaBadRequestException (results in a 400 error)
in case the parameter is not found. |
protected static String |
JahiaMultiActionController.getParameter(javax.servlet.http.HttpServletRequest request,
String name)
Simple utility method to retrieve a parameter from a request and throws an
JahiaBadRequestException (results in a 400 error)
in case the parameter is not found. |
static String |
JahiaControllerUtils.getParameter(javax.servlet.http.HttpServletRequest request,
String name)
Simple utility method to retrieve a parameter from a request and throws an
JahiaBadRequestException (results in a 400 error)
in case the parameter is not found. |
protected static String |
JahiaController.getParameter(javax.servlet.http.HttpServletRequest request,
String name)
Simple utility method to retrieve a parameter from a request and throws an
JahiaBadRequestException (results in a 400 error)
in case the parameter is not found. |
protected static String |
Action.getRequiredParameter(Map<String,List<String>> parameters,
String paramName)
Returns a single value for the specified parameter.
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.