org.apache.wicket.request.resource
Interface IResourceReferenceFactory

All Known Implementing Classes:
ResourceReferenceRegistry.DefaultResourceReferenceFactory

public interface IResourceReferenceFactory

Used to create a ResourceReference for a given request attributes


Method Summary
 ResourceReference create(ResourceReference.Key key)
          Creates a new instance of ResourceReference with the given request attributes
 

Method Detail

create

ResourceReference create(ResourceReference.Key key)
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


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.