org.apache.wicket
Class UrlResourceReferenceMapper

java.lang.Object
  extended by org.apache.wicket.UrlResourceReferenceMapper
All Implemented Interfaces:
IRequestMapper

public class UrlResourceReferenceMapper
extends Object
implements IRequestMapper

A request mapper that is used to create Url out of UrlResourceReference. UrlResourceReference works with UrlResourceReference.CalculatedUrl and thus this mapper should not use SystemMapper.ParentFolderPlaceholderProvider


Constructor Summary
UrlResourceReferenceMapper()
           
 
Method Summary
 int getCompatibilityScore(Request request)
           
 Url mapHandler(IRequestHandler requestHandler)
           
 IRequestHandler mapRequest(Request request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlResourceReferenceMapper

public UrlResourceReferenceMapper()
Method Detail

mapHandler

public Url mapHandler(IRequestHandler requestHandler)
Specified by:
mapHandler in interface IRequestMapper

mapRequest

public IRequestHandler mapRequest(Request request)
Specified by:
mapRequest in interface IRequestMapper

getCompatibilityScore

public int getCompatibilityScore(Request request)
Specified by:
getCompatibilityScore in interface IRequestMapper


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