JavaDoc polishing

This commit is contained in:
Sam Brannen 2009-12-02 09:34:12 +00:00
parent 277d153604
commit 4093935275
1 changed files with 3 additions and 3 deletions

View File

@ -20,15 +20,15 @@ import org.springframework.ui.ModelMap;
/** /**
* Interface for general web request interception. Allows for being applied * Interface for general web request interception. Allows for being applied
* to Servlet request as well as Portlet request environments, through * to Servlet request as well as Portlet request environments, by building
* building on the {@link WebRequest} abstraction. * on the {@link WebRequest} abstraction.
* *
* <p>This interface assumes MVC-style request processing: A handler gets executed, * <p>This interface assumes MVC-style request processing: A handler gets executed,
* exposes a set of model objects, then a view gets rendered based on that model. * exposes a set of model objects, then a view gets rendered based on that model.
* Alternatively, a handler may also process the request completely, with no * Alternatively, a handler may also process the request completely, with no
* view to be rendered. * view to be rendered.
* *
* <p>This interface is deliberatly minimalistic to keep the dependencies of * <p>This interface is deliberately minimalistic to keep the dependencies of
* generic request interceptors as minimal as feasible. * generic request interceptors as minimal as feasible.
* *
* <p><b>NOTE:</b> While this interceptor is applied to the entire request processing * <p><b>NOTE:</b> While this interceptor is applied to the entire request processing