| Package | Description |
|---|---|
| net.sourceforge.stripes.controller |
This package contains classes which form the core internals of Stripes.
|
| Modifier and Type | Method and Description |
|---|---|
static StripesRequestWrapper |
StripesRequestWrapper.findStripesWrapper(ServletRequest request)
Looks for the StripesRequesetWrapper for the specific request and returns it.
|
static StripesRequestWrapper |
FlashRequest.replaceRequest(HttpServletRequest request)
Finds the StripesRequestWrapper for the supplied request and swaps out the underlying
request for an instance of FlashRequest.
|
protected StripesRequestWrapper |
StripesFilter.wrapRequest(HttpServletRequest servletRequest)
Wraps the HttpServletRequest with a StripesServletRequest.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultActionBeanPropertyBinder.checkSingleRequiredField(String name,
String strippedName,
String[] values,
StripesRequestWrapper req,
ValidationErrors errors)
Checks to see if a single field's set of values are 'present', where that is defined as
having one or more values, and where each value is a non-empty String after it has had white
space trimmed from each end.
|
© Copyright 2005-2006, Stripes Development Team.