Uses of Class
org.apache.wicket.http2.markup.head.PushItem
-
-
Uses of PushItem in org.apache.wicket.http2.markup.head
Methods in org.apache.wicket.http2.markup.head that return PushItem Modifier and Type Method Description PushItem
PushItem. setHeaders(Map<String,PushItemHeaderValue> headers)
Sets the headers to be added to the push responsePushItem
PushItem. setObject(Serializable object)
Sets the object which contains the push URL informationPushItem
PushItem. setPageParameters(PageParameters pageParameters)
Sets the page parametersPushItem
PushItem. setUrl(String url)
Sets the URL composed within the push header itemMethods in org.apache.wicket.http2.markup.head with parameters of type PushItem Modifier and Type Method Description void
NoopPushBuilder. push(javax.servlet.http.HttpServletRequest httpServletRequest, PushItem... pushItems)
Warns the dev to provide a vendor specific push builder API.void
PushBuilder. push(javax.servlet.http.HttpServletRequest httpServletRequest, PushItem... pushItems)
Pushes the given paths with the push builder received from the http servlet requestMethod parameters in org.apache.wicket.http2.markup.head with type arguments of type PushItem Modifier and Type Method Description PushHeaderItem
PushHeaderItem. push(List<PushItem> pushItems)
Creates a URL and pushes the resource to the client - this is only supported if http2 is enabled -
Uses of PushItem in org.apache.wicket.http2.markup.head.jetty
Methods in org.apache.wicket.http2.markup.head.jetty with parameters of type PushItem Modifier and Type Method Description void
Jetty9PushBuilder. push(javax.servlet.http.HttpServletRequest httpServletRequest, PushItem... pushItems)
-
Uses of PushItem in org.apache.wicket.http2.markup.head.servlet4
Methods in org.apache.wicket.http2.markup.head.servlet4 with parameters of type PushItem Modifier and Type Method Description void
Servlet4PushBuilder. push(javax.servlet.http.HttpServletRequest httpServletRequest, PushItem... pushItems)
-
Uses of PushItem in org.apache.wicket.http2.markup.head.tomcat
Methods in org.apache.wicket.http2.markup.head.tomcat with parameters of type PushItem Modifier and Type Method Description void
Tomcat85PushBuilder. push(javax.servlet.http.HttpServletRequest httpServletRequest, PushItem... pushItems)
-
Uses of PushItem in org.apache.wicket.http2.markup.head.undertow
Methods in org.apache.wicket.http2.markup.head.undertow with parameters of type PushItem Modifier and Type Method Description void
UndertowPushBuilder. push(javax.servlet.http.HttpServletRequest httpServletRequest, PushItem... pushItems)
-