public class NoopPushBuilder extends Object implements PushBuilder
Modifier and Type | Field and Description |
---|---|
static NoopPushBuilder |
INSTANCE
An instance of the push builder
|
Modifier and Type | Method and Description |
---|---|
void |
push(javax.servlet.http.HttpServletRequest httpServletRequest,
PushItem... pushItems)
Warns the dev to provide a vendor specific push builder API.
|
public static final NoopPushBuilder INSTANCE
public void push(javax.servlet.http.HttpServletRequest httpServletRequest, PushItem... pushItems)
Pushes the given paths with the push builder received from the http servlet request
push
in interface PushBuilder
httpServletRequest
- the http servlet request to get the push builder frompushItems
- the pushItems of the resources to be pushedCopyright © 2006–2022 Apache Software Foundation. All rights reserved.