Java org.apache.wicket.markup.head IHeaderResponse fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.markup.head IHeaderResponse fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.markup.head IHeaderResponse.

The text is from its open source code.

Method

ResponsegetResponse()
Returns the response that can be used to write arbitrary text to the head section.
voidmarkRendered(Object object)
Marks the given object as rendered.
voidrender(HeaderItem item)
Renders the given HeaderItem to the response if none of the HeaderItem#getRenderTokens() tokens of the item has been rendered before.
booleanwasRendered(Object object)
Returns whether the given object has been marked as rendered.