Java org.apache.wicket.request.resource ResourceReference fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.request.resource ResourceReference fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.request.resource ResourceReference.

The text is from its open source code.

Subclass

org.apache.wicket.request.resource.ResourceReference has subclasses.
Click this link to see all its subclasses.

Constructor

ResourceReference(final Key key)
Creates new ResourceReference instance.
ResourceReference(String name)
Construct.
ResourceReference(Class scope, String name)
Creates new ResourceReference instance.

Method

booleancanBeRegistered()
Can be used to disable registering certain resource references in ResourceReferenceRegistry .
booleanequals(Object obj)
KeygetKey()
StringgetName()
IResourcegetResource()
Returns the resource.
ClassgetScope()
UrlAttributesgetUrlAttributes()
Allows to specify which locale, style and variation values will the generated URL for this resource reference have.
ResourceReferenceof(String name, SerializableSupplier resourceSupplier)
Factory method to build a resource reference that uses the provided supplier to return the resource.
ResourceReferenceof(Key key, SerializableSupplier resourceSupplier)
Factory method to build a resource reference that uses the provided supplier to return the resource.