Uses of Interface
org.ujorm.tools.web.request.HttpContext
Packages that use HttpContext
Package
Description
-
Uses of HttpContext in org.ujorm.tools.web
Methods in org.ujorm.tools.web with parameters of type HttpContextModifier and TypeMethodDescriptionstatic @NotNull HtmlElementAbstractHtmlElement.niceOf(@NotNull String title, @NotNull HttpContext context, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementHtmlElement.niceOf(@NotNull String title, @NotNull HttpContext context, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementHtmlElement.niceOf(@NotNull HttpContext context, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementAbstractHtmlElement.of(@NotNull HttpContext context, @NotNull HtmlConfig myConfig) Create root element for a required element name.static @NotNull HtmlElementHtmlElement.of(@NotNull HttpContext context, @NotNull HtmlConfig myConfig) Create a root element for a required element name. -
Uses of HttpContext in org.ujorm.tools.web.ajax
Constructors in org.ujorm.tools.web.ajax with parameters of type HttpContextModifierConstructorDescriptionReqestDispatcher(@NotNull CharSequence title, @NotNull HttpContext context) ReqestDispatcher(@NotNull HttpContext context) ReqestDispatcher(@NotNull HttpContext context, @NotNull HtmlConfig htmlConfig) -
Uses of HttpContext in org.ujorm.tools.web.ao
Methods in org.ujorm.tools.web.ao with parameters of type HttpContextModifier and TypeMethodDescriptiondefault @NotNull StringHttpParameter.of(@NotNull HttpContext context) Default value is an empty Stringdefault booleanHttpParameter.of(@NotNull HttpContext context, @org.jetbrains.annotations.Nullable boolean defaultValue) Returns a parameter of the request or the default valuedefault doubleHttpParameter.of(@NotNull HttpContext context, @org.jetbrains.annotations.Nullable double defaultValue) Returns a parameter of the request or the default valuedefault floatHttpParameter.of(@NotNull HttpContext context, @org.jetbrains.annotations.Nullable float defaultValue) Returns a parameter of the request or the default valuedefault charHttpParameter.of(@NotNull HttpContext context, @org.jetbrains.annotations.Nullable char defaultValue) Returns a parameter of the request or the default valuedefault intHttpParameter.of(@NotNull HttpContext context, @org.jetbrains.annotations.Nullable int defaultValue) Returns a parameter of the request or the default valuedefault longHttpParameter.of(@NotNull HttpContext context, @org.jetbrains.annotations.Nullable long defaultValue) Returns a parameter of the request or the default valuedefault shortHttpParameter.of(@NotNull HttpContext context, @org.jetbrains.annotations.Nullable short defaultValue) Returns a parameter of the request or the default valuedefault <V extends Enum<V>>
VHttpParameter.of(@NotNull HttpContext context, @NotNull Class<V> clazz) Returns a parameter of the request or the default valuedefault @NotNull StringHttpParameter.of(@NotNull HttpContext context, @NotNull String defaultValue) Returns the last parameter value of the request or a default valuedefault <V extends Enum<V>>
VHttpParameter.of(@NotNull HttpContext context, V defaultValue) Returns a parameter of the request or the Enum classdefault <V> VHttpParameter.of(@NotNull HttpContext context, V defaultValue, @NotNull Function<String, V> decoder) Returns a parameter of the request or the default value -
Uses of HttpContext in org.ujorm.tools.web.json
Methods in org.ujorm.tools.web.json with parameters of type HttpContextModifier and TypeMethodDescriptionstatic final @NotNull JsonBuilderJsonBuilder.of(@NotNull HttpContext context) An object factorystatic final @NotNull JsonBuilderJsonBuilder.of(@NotNull HttpContext context, @NotNull HtmlConfig config) An object factory -
Uses of HttpContext in org.ujorm.tools.web.report
Methods in org.ujorm.tools.web.report with parameters of type HttpContextModifier and TypeMethodDescriptionvoidReportBuilder.build(@NotNull HttpContext context, @NotNull Function<GridBuilder<D>, Stream<D>> resource) Build the HTML page including a tablevoidReportBuilder.build(@NotNull HttpContext context, @NotNull Stream<D> resource) Build the HTML page including a tableprotected voidReportBuilder.doAjax(@NotNull HttpContext context, @NotNull JsonBuilder output, @NotNull Function<GridBuilder<D>, Stream<D>> resource) Return lighlited text in HTML format according a regular expressionprotected voidReportBuilder.printHtmlBody(@NotNull HttpContext context, @NotNull HtmlElement html, @NotNull Function<GridBuilder<D>, Stream<D>> resource) protected voidReportBuilder.printSortedField(Element parent, HttpContext context) The hidden field contains an index of the last sorted columnprotected voidReportBuilder.printTableBody(@NotNull Element table, @NotNull HttpContext context, @NotNull Function<GridBuilder<D>, Stream<D>> resource) -
Uses of HttpContext in org.ujorm.tools.web.request
Classes in org.ujorm.tools.web.request that implement HttpContextModifier and TypeClassDescriptionclassA default implementation of the HTTP servlet request contextMethods in org.ujorm.tools.web.request that return HttpContextModifier and TypeMethodDescriptionstatic HttpContextHttpContext.of()UContext from a mapstatic HttpContextCreate a default HTTP context from a mapstatic HttpContextCreate a default HTTP Contextstatic HttpContextCreate a default HTTP Contextstatic HttpContextHttpContext.ofServletResponse(Object httpServletResponse) HTTP Servlet Factory