|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletRequestBindingException | |
---|---|
org.springframework.web.portlet.bind | Provides portlet-specific data binding functionality. |
Uses of PortletRequestBindingException in org.springframework.web.portlet.bind |
---|
Subclasses of PortletRequestBindingException in org.springframework.web.portlet.bind | |
---|---|
class |
MissingPortletRequestParameterException
PortletRequestBindingException subclass that indicates a missing parameter. |
Methods in org.springframework.web.portlet.bind that throw PortletRequestBindingException | |
---|---|
void |
PortletRequestDataBinder.closeNoCatch()
Treats errors as fatal. |
static Boolean |
PortletRequestUtils.getBooleanParameter(PortletRequest request,
String name)
Get a Boolean parameter, or null if not present. |
static Double |
PortletRequestUtils.getDoubleParameter(PortletRequest request,
String name)
Get a Double parameter, or null if not present. |
static Float |
PortletRequestUtils.getFloatParameter(PortletRequest request,
String name)
Get a Float parameter, or null if not present. |
static Integer |
PortletRequestUtils.getIntParameter(PortletRequest request,
String name)
Get an Integer parameter, or null if not present. |
static Long |
PortletRequestUtils.getLongParameter(PortletRequest request,
String name)
Get a Long parameter, or null if not present. |
static boolean |
PortletRequestUtils.getRequiredBooleanParameter(PortletRequest request,
String name)
Get a boolean parameter, throwing an exception if it isn't found or isn't a boolean. |
static boolean[] |
PortletRequestUtils.getRequiredBooleanParameters(PortletRequest request,
String name)
Get an array of boolean parameters, throwing an exception if not found or one isn't a boolean. |
static double |
PortletRequestUtils.getRequiredDoubleParameter(PortletRequest request,
String name)
Get a double parameter, throwing an exception if it isn't found or isn't a number. |
static double[] |
PortletRequestUtils.getRequiredDoubleParameters(PortletRequest request,
String name)
Get an array of double parameters, throwing an exception if not found or one is not a number. |
static float |
PortletRequestUtils.getRequiredFloatParameter(PortletRequest request,
String name)
Get a float parameter, throwing an exception if it isn't found or isn't a number. |
static float[] |
PortletRequestUtils.getRequiredFloatParameters(PortletRequest request,
String name)
Get an array of float parameters, throwing an exception if not found or one is not a number. |
static int |
PortletRequestUtils.getRequiredIntParameter(PortletRequest request,
String name)
Get an int parameter, throwing an exception if it isn't found or isn't a number. |
static int[] |
PortletRequestUtils.getRequiredIntParameters(PortletRequest request,
String name)
Get an array of int parameters, throwing an exception if not found or one is not a number.. |
static long |
PortletRequestUtils.getRequiredLongParameter(PortletRequest request,
String name)
Get a long parameter, throwing an exception if it isn't found or isn't a number. |
static long[] |
PortletRequestUtils.getRequiredLongParameters(PortletRequest request,
String name)
Get an array of long parameters, throwing an exception if not found or one is not a number. |
static String |
PortletRequestUtils.getRequiredStringParameter(PortletRequest request,
String name)
Get a String parameter, throwing an exception if it isn't found or is empty. |
static String[] |
PortletRequestUtils.getRequiredStringParameters(PortletRequest request,
String name)
Get an array of String parameters, throwing an exception if not found or one is empty. |
static String |
PortletRequestUtils.getStringParameter(PortletRequest request,
String name)
Get a String parameter, or null if not present. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |