Module org.apache.wicket.core
Interface IResourceReferenceFactory
- All Known Implementing Classes:
ResourceReferenceRegistry.DefaultResourceReferenceFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Used to create a ResourceReference for a given request attributes
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance of ResourceReference with the given request attributes
-
Method Details
-
create
Creates a new instance of ResourceReference with the given request attributes- Parameters:
key
- The object that brings the request attributes- Returns:
- a ResourceReference or
null
if the factory cannot create such with the given request attributes
-