| Package | Description |
|---|---|
| org.ujorm.tools.web.ao | |
| org.ujorm.tools.web.request |
| Modifier and Type | Method and Description |
|---|---|
default @NotNull String |
HttpParameter.of(@NotNull URequest request)
Default value is an empty String
|
default @NotNull String |
HttpParameter.of(@NotNull URequest request,
@NotNull String defaultValue)
Returns the last parameter value of the request or a default value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
URequestImpl |
| Modifier and Type | Method and Description |
|---|---|
static URequest |
URequest.ofRequest(@Nullable Object httpServletRequest)
Convert the HttpServletRequest to the URequest
|
URequest |
RContext.request() |
URequest |
ManyMap.toRequest(Reader reader)
Create new Servlet request
|
| Constructor and Description |
|---|
RContext(URequest uRequest) |
RContext(URequest uRequest,
Appendable writer) |
Copyright 2015, Pavel Ponec