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(javax.servlet.ServletRequest request)
Looks for the StripesRequesetWrapper for the specific request and returns it.
|
static StripesRequestWrapper |
FlashRequest.replaceRequest(javax.servlet.http.HttpServletRequest request)
Finds the StripesRequestWrapper for the supplied request and swaps out the underlying
request for an instance of FlashRequest.
|
protected StripesRequestWrapper |
StripesFilter.wrapRequest(javax.servlet.http.HttpServletRequest servletRequest)
Wraps the HttpServletRequest with a StripesServletRequest.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultActionBeanPropertyBinder.checkSingleRequiredField(java.lang.String name,
java.lang.String strippedName,
java.lang.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.