Valves

Locale loader valve

The pipeline processing valve responsible for loading the user prefered locale and encoding.

more

Request parameters loader valve

The pipeline processing valve that read the parameters from request parameters and from parsed url path and store it as a parameters container in thread context.

more

Exception redirector valve

The pipeline processing valve which redirect to appropriate view if the exception occured during pipeline processing.

more

Upload

The Upload component is the implementation of the pipeline processing valve, that is run at very early stage of the pipeline processing. When it discovers the "multipart/form-data" it starts to process the request storing the uploaded items into the context.

more

MVC initializer valve

The pipeline valve that initialize all needed data for mvc pipeline processing

more

MVC results valve

The pipeline valve that read the processing result and write it to servlet response

more

Action executor valve

The pipeline valve that execute the action if appears in request.

more

Builder executor valve

Pipeline component for executing MVC view building.

more