Java org.apache.wicket.markup.html.link ResourceLink fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.markup.html.link ResourceLink fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.markup.html.link ResourceLink.

The text is from its open source code.

Subclass

org.apache.wicket.markup.html.link.ResourceLink has subclasses.
Click this link to see all its subclasses.

Constructor

ResourceLink(final String id, final ResourceReference resourceReference)
Constructs an ResourceLink from an resourcereference.
ResourceLink(final String id, final IResource resource)
Constructs a link directly to the provided resource.
ResourceLink(final String id, final ResourceReference resourceReference, PageParameters resourceParameters)
Constructs an ResourceLink from an resourcereference.